Skip to content

fix(BPModLoaderMod): Explicitly use ProcessEvent instead of UEngine::Tick#1138

Open
UE4SS wants to merge 1 commit intomainfrom
bpmodloadermod-use-pe-v2
Open

fix(BPModLoaderMod): Explicitly use ProcessEvent instead of UEngine::Tick#1138
UE4SS wants to merge 1 commit intomainfrom
bpmodloadermod-use-pe-v2

Conversation

@UE4SS
Copy link
Copy Markdown
Collaborator

@UE4SS UE4SS commented Dec 31, 2025

Description

There's some odd bug where under certain circumstances, a BP mod adding a widget to the viewport can cause a crash when UEngine::Tick is used.

The ProcessEvent hook doesn't have this problem, so we will explicitly use it for now until (if ever) we figure out how to fix or otherwise circumvent the bug.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

…Tick

There's some odd bug where under certain circumstances, a BP mod adding a widget to the viewport can cause a crash when UEngine::Tick is used.

The ProcessEvent hook doesn't have this problem, so we will explicitly use it for now until (if ever) we figure out how to fix or otherwise circumvent the bug.
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