Originally posted by arbopa
View Post
Announcement
Collapse
No announcement yet.
Advanced Sessions Plugin
Collapse
X
-
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
-
Comment
-
Makes sense.
Comment
-
Originally posted by mordentral View Post
09/03/2015- Updated the 4.9 download, this version fixes the UpdateSession BP Node - 4.8 not updated, will be updated if requested only.
Comment
-
Originally posted by arbopa View PostMordentral, can you add this fix to the 4.8 version please? I am sticking with 4.8.3 until they iron out a lot of the issues with 4.9 (as it seems many are).
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Originally posted by mordentral View PostWhat issues? I haven't had any problems with 4.9. I'll look into patching it, but pretty sure I'm participating in the game jam this weekend so don't know when I'll have time.
Comment
-
Updated the 4.8.3 download to fix the update session function. The 4.8 version is still missing some not listed quality of life changes but it shouldn't affect you using it.
I would suggest using the 4.9 version when it is stable for you though.
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Originally posted by mordentral View PostUpdated the 4.8.3 download to fix the update session function. The 4.8 version is still missing some not listed quality of life changes but it shouldn't affect you using it.
I would suggest using the 4.9 version when it is stable for you though.
[OnlineSubsystem]
DefaultPlatformService=Null
to the proper ini file. And it is a totally BP project. Oh well, have to run off to work, will look at it later, probably something silly.
Comment
-
Originally posted by mordentral View PostUpdated the 4.8.3 download to fix the update session function. The 4.8 version is still missing some not listed quality of life changes but it shouldn't affect you using it.
I would suggest using the 4.9 version when it is stable for you though.
Comment
-
For the MakeArray node, the output when using the 'Make Literal Session Property ...' stuff is an Array of Session Property Key pair structures. I was trying to make a macro to clean up the BP's a bit... I have what is below, but can not seem to find any key pair structure to set for the 'outputs' node so I can connect it. Is it possible?
Comment
-
Well no, that appears to have been an over site of mine, that keypair and one other struct were declared with USTRUCT() instead of USTRUCT(BlueprintType) so they are not directly accessible with blueprints.
I have changed them so that they are accessible on the 4.9 version and am uploading it. However the 4.8 won't be updated until tomorrow (I download older versions and delete them after compiling for updates and I'm on the way out of the office).
I needed to re-upload 4.9 anyway for the 4.9.1 hotfix that just came out today.
*Edit* 4.9.1 version UploadedLast edited by mordentral; 09-15-2015, 03:39 PM.
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Nice, thanks, I will be trying 4.9.1 with my project to see how it goes as well, maybe they fixed most of the issues that came out in 4.9.
Comment
-
4.8.3 Version uploaded
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Comment
Comment