Tala Esenlikler
Target Component

GetTargetId

Returns the runtime-assigned unique ID for this target.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeTargetComponent

Returns the runtime-assigned unique ID for this target.

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")
FInteractionRuntimeTargetId GetTargetId() const;

Return Value

Returns the runtime-assigned unique ID for this target.

Use Cases

  • Read target id and handle the missing-data case explicitly.

Related Docs