Tala Esenlikler
Point Runtime State

Enabled

Whether the point can currently participate in interaction evaluation.

Interaction Framework 1.0.0 UE5.8 bool FInteractionRuntimePointRuntimeState InteractionRuntimeTargetState.h

Whether the point can currently participate in interaction evaluation.

This boolean flag (bool) belongs to FInteractionRuntimePointRuntimeState under InteractionRuntime.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

Owner FInteractionRuntimePointRuntimeState
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
bool bEnabled = true;

Related Docs