Tala Esenlikler
Widget Base

MarkAnchorInvalid

Marks the current world anchor invalid.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIWidgetBase

Marks the current world anchor invalid.

Use this from prompt UI and widget presentation code on UInteractionUIWidgetBase when the operation described by the summary is needed.

Owner UInteractionUIWidgetBase
Module InteractionFrameworkUI
Category InteractionUI
UFUNCTION(BlueprintCallable, Category = "InteractionUI")
void MarkAnchorInvalid();

Use Cases

  • Use during prompt UI and widget presentation workflows when marks the current world anchor invalid..

Related Docs