Tala Esenlikler
Target Component

Command Enabled Bits

Replicated packed enabled bits for commands.

Interaction Framework 1.0.0 UE5.7 TArray<uint8> UInteractionRuntimeTargetComponent InteractionRuntimeTargetComponent.h

Replicated packed enabled bits for commands.

This array (TArray<uint8>) belongs to UInteractionRuntimeTargetComponent under InteractionRuntime.

Runtime and UI code should treat this as resolved state from the owning object. Read it to present, branch, or debug behavior without re-authoring the underlying interaction data.

Order can matter when the owning workflow evaluates entries sequentially or displays them in authored order.

Owner UInteractionRuntimeTargetComponent
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(ReplicatedUsing = OnRep_CommandEnabledBits, BlueprintReadOnly, Category = "InteractionRuntime")
TArray<uint8> CommandEnabledBits;

Related Docs