Skip to content

UXeLLBlueprintLibrary::SetXeLLMode does not set CVar, therefore XeFG check never occurs #39

Description

@billy-fletcher-d3t

Hello :)

This looks like an oversight on the logic for ensuring XeLL remains on during any time XeFG is enabled, but if you set via UXeLLBlueprintLibrary::SetXeLLMode it never updates the "r.XeLL.Enabled" CVar, so the logic in FXeLLModule::Tick() never applies. It arguably would be better if all this logic was done in the core FXeLLModule::SetXeLLMode() function and/or via CVar sinks rather than allowing you to directly change the value to Off when it never should be the case/performing an unnecessary Tick.

Let me know if I've missed something :)

Best of luck,
Billy Fletcher

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions