You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- When duplicating the Component, RandomStream was always copied from the one on Component CDO and wasn't constructed with the current time as expected. We now initialize RandomStream at FStateTreeExecutionContext::Start(), where the InstanceData is going to persist till Stop(). - Moved RandomStream variable to FStateTreeExecutionState as it better reflects the window it persists now. - Fixed non-deterministic default-constructed value of RandomStream variable in UStruct LogError by the above #jira UE-212551 #rb mikko.mononen [CL 33174826 by jacob wang in ue5-main branch]