Advanced Sessions Plugin

[QUOTE=Dr_Jerm;618788]
Hey, Just a heads up: I found a typo in the source for 4.13.2 (from the linked download).

AdvancedIdentityLibrary.cpp:78

EBlueprintResultSwitch::OnSuccess;
should be
Result = EBlueprintResultSwitch::OnSuccess;

For whatever reason it only caused a failure when I was building for linux server.

Edit: If you move the repo over to github I’d be more likely to do a pull request for stuff like this :slight_smile:

I honestly should move all of my repo’s over to gituhub instead of bitbucket. I was using them all privately originally and like bitbuckets account options (not sure if you noticed but I did open this project up to access on bitbucket in the mean time).

Thanks on the catch, but yeah there are a lot of things that or more restrictively followed compiling for linux.

I’ll upload the fix and commit to the repository.

Edit Committed and uploaded for 4.13, will be in the next 4.14 update either next preview or on release.

1 Like