Tala Esenlikler
Interactor Component

ClearLocalPointVariantOverride

Clears a local point variant override for this interactor only.

Interaction Framework 1.0.0 UE5.7 Function UInteractionRuntimeInteractorComponent

Clears a local point variant override for this interactor only.

Use this state-change call as part of interactor focus, projection, input, or activation. When the signature is authority-only, call it from server-owned gameplay flow so replicated target state remains consistent.

This node is authority-oriented. Use it from server-owned gameplay flow when it changes shared target, command, variant, cooldown, save, or route state.

Owner UInteractionRuntimeInteractorComponent
Module InteractionFrameworkRuntime
Category InteractionRuntime|Variants
UFUNCTION(BlueprintCallable, BlueprintAuthorityOnly, Category = "InteractionRuntime|Variants")
bool ClearLocalPointVariantOverride(FInteractionRuntimeTargetId TargetId, FInteractionRuntimePointId PointId);

Parameters

Inputs

Return Value

bool

True when ClearLocalPointVariantOverride completes its documented check or state update.

Use Cases

  • Change interactor focus, projection, input, or activation state from the correct gameplay authority or owner.

Notes

  • Authority-only Blueprint exposure means shared state changes should be driven by the server-owned gameplay path.

Related Docs