Tala Esenlikler
Point Handle

Point Index

Runtime index of the point within the owning target. Use cases: - Address a specific point quickly without searching by tag. - Treat INDEX_NONE as invalid when a Blueprint receives an empty handle.

Interaction Framework 1.0.0 UE5.7 int32 FInteractionRuntimePointHandle InteractionFrameworkTypes.h

Runtime index of the point within the owning target. Use cases: – Address a specific point quickly without searching by tag. – Treat INDEX_NONE as invalid when a Blueprint receives an empty handle.

This numeric value (int32) belongs to FInteractionRuntimePointHandle under InteractionRuntime.

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

Owner FInteractionRuntimePointHandle
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime")
int32 PointIndex = INDEX_NONE;

Related Docs