Tala Esenlikler
Interactor Component

GetLocalPointVariantOverride

Returns a local point variant override for this interactor, when one exists.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeInteractorComponent

Returns a local point variant override for this interactor, when one exists.

Use this read path to get local point variant override from UInteractionRuntimeInteractorComponent. Check the return value before using OutVariantId.

Owner UInteractionRuntimeInteractorComponent
Module InteractionFrameworkRuntime
Category InteractionRuntime|Variants
UFUNCTION(BlueprintPure, Category = "InteractionRuntime|Variants")
bool GetLocalPointVariantOverride(FInteractionRuntimeTargetId TargetId, FInteractionRuntimePointId PointId, FInteractionRuntimeVariantId& OutVariantId) const;

Parameters

Inputs
Outputs

Return Value

bool

Returns a local point variant override for this interactor, when one exists.

Use Cases

  • Read local point variant override and handle the missing-data case explicitly.

Related Docs