Tala Esenlikler
Point Definition

Point Kind

Authoring behavior for this point, e.g., Normal, Composite, or LinkedGroup.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimePointKind FInteractionRuntimePointDefinition InteractionRuntimeTargetDefinition.h

Authoring behavior for this point, e.g., Normal, Composite, or LinkedGroup.

This enum selection (EInteractionRuntimePointKind) belongs to FInteractionRuntimePointDefinition under InteractionRuntime.

Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner FInteractionRuntimePointDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime")
EInteractionRuntimePointKind PointKind = EInteractionRuntimePointKind::Normal;

Related Docs