Blueprint

Overview

UCWidgetBPLibrary exposes widget spawning functions to Blueprint. All functions are BlueprintCallable under the Cdryx|Widget|CWidgetBPLibrary category. They handle singleton widget management (only one instance at a time) and data passing through the consume pattern.

Functions

Name Description
drawDialog Spawns a dialog widget with rich text and option buttons. Returns Valid/NotValid branch
spawnWidgetInteraction Spawns an interaction widget between two actors. Validates interaction and optionally swaps player to source. Returns the widget and Valid/NotValid branch
spawnWidgetTextPop Spawns an animated text popup at the source actor’s position with configurable animation parameters