Tala Esenlikler
Widget Base

UpdateProjectionNow

Recomputes projection immediately instead of waiting for the next tick.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIWidgetBase

Recomputes projection immediately instead of waiting for the next tick.

Call this after changing widget alignment, clamp settings, payload-driven layout, or visibility when the prompt should update its screen position immediately.

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

Use Cases

  • Use during prompt UI and widget presentation workflows when recomputes projection immediately instead of waiting for the next tick..

Related Docs