mordentral / AdvancedSessionsPlugin

Advanced Sessions Plugin for UE4
https://www.vreue4.com
MIT License
536 stars 130 forks source link

UE 5.4.2 EOS Sessions #93

Open Tomqui opened 1 week ago

Tomqui commented 1 week ago

When calling the BP: Find Sessions Advanced using the OSS EOS plugin with Advanced Sessions I get the following crash on a development build:

LogWindows: Error: appError called: Assertion failed: IsValid() [File:E:\UE_5.4\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h] [Line: 1113]

mordentral commented 1 week ago

Does the normal find session call not do the same?

The only shared ptr involved on AS's side should be entirely unrelated, this is far more likely to be a problem with the EOS subsystem.