Skip to content

docs: Changed when UE4SS_ENABLE_IMGUI() should be invoked#1140

Open
UE4SS wants to merge 1 commit into
mainfrom
docs-tab
Open

docs: Changed when UE4SS_ENABLE_IMGUI() should be invoked#1140
UE4SS wants to merge 1 commit into
mainfrom
docs-tab

Conversation

@UE4SS

@UE4SS UE4SS commented Jan 2, 2026

Copy link
Copy Markdown
Collaborator

Description

It would be good if we could keep it in 'on_ui_init', however, there's a tendency for a deadlock to happen due to a bug in the while loop within the macro. Moving the invocation to the UI callbacks guarantees that all the necessary state is valid and will thus avoid the deadlock while it tries to wait for state.

Type of change

  • Is/requires documentation update

How has this been tested?

It would be good if we could keep it in 'on_ui_init', however, there's a tendency for a deadlock to happen due to a bug in the while loop within the macro.
Moving the invocation to the UI callbacks guarantees that all the necessary state is valid and will thus avoid the deadlock while it tries to wait for state.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant