We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84a69b commit 56e8dd8Copy full SHA for 56e8dd8
Source/Ecsact/Public/EcsactUnreal/Ecsact.cpp
@@ -139,14 +139,14 @@ auto EcsactUnreal::Detail::UnloadPostDisconnect(
139
FEcsactModule& Module,
140
FEcsactRuntimeHandle& Handle
141
) -> void {
142
- check(Module.IsSameRuntimeHandle(Handle));
+ check(Module.IsSameRuntimeHandle({}) || Module.IsSameRuntimeHandle(Handle));
143
}
144
145
auto EcsactUnreal::Detail::UnloadPostReset(
146
147
148
149
150
Module.FreeRuntimeHandle(Handle);
151
152
0 commit comments