Tala Esenlikler
Widget Base

SetScreenSpaceAnchorOverride

Enables or disables a normalized screen-space anchor offset override.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIWidgetBase

Enables or disables a normalized screen-space anchor offset override.

Use this state-change call as part of prompt UI and widget presentation. When the signature is authority-only, call it from server-owned gameplay flow so replicated target state remains consistent.

Owner UInteractionUIWidgetBase
Module InteractionFrameworkUI
Category InteractionUI
UFUNCTION(BlueprintCallable, Category = "InteractionUI")
void SetScreenSpaceAnchorOverride(bool bEnabled, FVector2D InOffsetNormalized);

Parameters

Inputs
bEnabled
bool

New enabled state.

InOffsetNormalized
FVector2D

Normalized projection offset.

Use Cases

  • Change prompt UI and widget presentation state from the correct gameplay authority or owner.

Related Docs