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.
UFUNCTION(BlueprintCallable, Category = "InteractionUI")
void MarkAnchorInvalid();
Use Cases
- Use during prompt UI and widget presentation workflows when marks the current world anchor invalid..