Tala Esenlikler

UInteractionCommandSetTargetEnabledAction

Enables or disables another interaction target identified by its authored Target Reference Id.

Interaction Framework 1.0.0 UE5.8 Class InteractionCommandSetTargetEnabledAction.h

Enables or disables another interaction target identified by its authored Target Reference Id.

Module InteractionFrameworkRuntime
Category execution
UCLASS(Blueprintable, EditInlineNew, DefaultToInstanced, CollapseCategories, DisplayName="Set Target Enabled Interaction Action")
class INTERACTIONFRAMEWORKRUNTIME_API UInteractionCommandSetTargetEnabledAction : public UInteractionCommandExecutionAction

Properties

Interaction Command Set Target Enabled Action

Target Reference ID

Authored target reference id to enable or disable. Leave unset to optionally affect the current target.

FGameplayTag
Interaction Command Set Target Enabled Action

Enabled

Desired enabled state applied to the resolved target.

bool

Use Cases

  • Use UInteractionCommandSetTargetEnabledAction in the core-concepts workflow.

Related Docs