Tala Esenlikler
Target Component

IsTargetEnabled

Returns true if this target is globally enabled (visible to all interactors).

Interaction Framework 1.0.0 UE5.7 Function UInteractionRuntimeTargetComponent

Returns true if this target is globally enabled (visible to all interactors).

Use this read-only check while building target runtime state logic. It does not author new target definition data by itself.

Owner UInteractionRuntimeTargetComponent
Module InteractionFrameworkRuntime
Category InteractionRuntime
UFUNCTION(BlueprintPure, Category = "InteractionRuntime")
bool IsTargetEnabled() const;

Return Value

bool

Returns true if this target is globally enabled (visible to all interactors).

Use Cases

  • Use during target runtime state workflows when returns true if this target is globally enabled (visible to all interactors)..

Related Docs