You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[FYI] mikko.mononen Original CL Desc ----------------------------------------------------------------- StateTree: Changed how instance data is accessed - Remove DataView concept - Added FStateTreeExecutionFrame, which defines an active branch of a specific state tree that is running - Added FStateTreeDataHandle, which allows frame relative access of instance data (replaces the DataViews) - Changed linked states to spawn new frames (will later extend to handle linked trees on other assets) - Bumped StateTree data version number, requires recomplation of StateTrees #rb Yoan.StAmant [CL 29810071 by grant medine in ue5-main branch]