Returns true if the point at the given index is currently enabled.
Use this read-only check while building target runtime state logic. It does not author new target definition data by itself.
UFUNCTION(BlueprintPure, Category = "InteractionRuntime")
bool IsPointEnabledByIndex(int32 PointIndex) const;
Parameters
Inputs
PointIndex
Point index to query or modify.
Return Value
bool
Returns true if the point at the given index is currently enabled.
Use Cases
- Use during target runtime state workflows when returns true if the point at the given index is currently enabled..