Tala Esenlikler

FInteractionRuntimePointDefinition

Authored interaction point inside a target definition.

Interaction Framework 1.0.0 UE5.7 Struct InteractionRuntimeTargetDefinition.h

Authored interaction point inside a target definition.

Module InteractionFrameworkRuntime
Category authoring
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKRUNTIME_API FInteractionRuntimePointDefinition

Properties

Point Definition

Show Point Of Interest

True when this point can show point-of-interest UI before becoming interactable.

bool
Point Definition

POI Enter Range

Distance where the point enters point-of-interest state.

float
Point Definition

POI Exit Delta

Extra distance before leaving point-of-interest state.

float
Point Definition

POI Min View Dot

Minimum view alignment required for point-of-interest state.

float
Point Definition

Focus Priority Weight

Multiplier applied to this point's final focus score. Use cases: - Raise above 1 to make an important point win focus against nearby alternatives. - Lower below 1 to deprioritize decorative or secondary points.

float
Point Definition

Composite Group ID

Composite group id used when PointKind is Composite.

FGameplayTag

Related Docs