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.
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..