Commit Graph

358 Commits

Author SHA1 Message Date
mikko mononen
3a0263b991 StateTree: fixed stopping temporary nodes with uninitialized data handles (contributed)
[CL 34635566 by mikko mononen in ue5-main branch]
2024-06-25 04:09:43 -04:00
mikko mononen
d5d9c0bd16 StateTree: fixed not calling OnExitState on nested ST's global tasks and evaluators (contributed)
[CL 34634791 by mikko mononen in ue5-main branch]
2024-06-25 02:37:11 -04:00
yoan stamant
e6d36d7569 Remove references to deprecated plugin StructUtils (now part of CoreUObject)
#jira UE-216472
#rb devin.doucette

#changelist validated

[CL 34514179 by yoan stamant in ue5-main branch]
2024-06-19 17:04:50 -04:00
yoan stamant
f92989fb33 Fixed include paths following StructUtils being moved to CoreUObject
#jira UE-216472
#rb devin.doucette

[CL 34513428 by yoan stamant in ue5-main branch]
2024-06-19 16:42:16 -04:00
yoan stamant
dacfa4f383 Moved StructUtils types (InstancedStruct, StructView, PropertyBag, etc.) to CoreUObject
StructUtilsTestSuite has been moved to Developper
StructUtilsEditor has been moved to Engine/Editor
NetSerialization for FInstancedStruct not using native serialization has been moved to the engine module since FRepLayout is not available in CoreUObject module.
Old plugins and modules are kept temporarily and will be remove in a different CL
Temporary header files added to facilitate transition to the new include path
#jira UE-216472
#rb Devin.Doucette, Francis.Hurteau

[CL 34509881 by yoan stamant in ue5-main branch]
2024-06-19 15:22:25 -04:00
yoan stamant
938f456b05 Moved UserDefinedStruct to CoreUObject
#jira UE-216472
#rb Devin.Doucette

[CL 34495793 by yoan stamant in ue5-main branch]
2024-06-19 08:00:57 -04:00
gary yuan
f85b2347ba [Backout] - CL34482589
[FYI] Yoan.StAmant
Original CL Desc
-----------------------------------------------------------------
Moved UserDefinedStruct to CoreUObject
#jira UE-216472
#rb Devin.Doucette

[CL 34486763 by gary yuan in ue5-main branch]
2024-06-18 20:05:51 -04:00
yoan stamant
b9344fb62e Moved UserDefinedStruct to CoreUObject
#jira UE-216472
#rb Devin.Doucette

[CL 34482607 by yoan stamant in ue5-main branch]
2024-06-18 17:57:11 -04:00
jacob wang
0fa5fd8e36 [State Tree] Utility Selector Runtime First Pass
#rb mikko.mononen

[CL 34362979 by jacob wang in ue5-main branch]
2024-06-13 22:57:49 -04:00
juan portillo
87367fc63d State Tree: corrected lambda capture to be by copy not ref + fixed to check UScriptStruct instead of UStruct for struct pin type
[CL 34267033 by juan portillo in ue5-main branch]
2024-06-11 04:15:08 -04:00
juan portillo
8614487357 State Tree: Added comments in GetPropertyRefInternalTypesAsPins
[CL 34266656 by juan portillo in ue5-main branch]
2024-06-11 03:45:36 -04:00
juan portillo
c9897fb3e5 State Tree: Added binding creation support in Binding Extension
- this also considers property refs

#rb mikko.mononen

[CL 34266628 by juan portillo in ue5-main branch]
2024-06-11 03:39:06 -04:00
matthew barry
00324b3fb2 UE State tree
- Added transition recording functionality to enable snapshots for state tree transitional events
- Primary use case is for keeping client-side state trees in sync with their server counterpart


[REVIEW] [at]mikko.mononen

#rnx
#rb mikko.mononen

[CL 34250876 by matthew barry in ue5-main branch]
2024-06-10 15:59:27 -04:00
jacob wang
829a1915bf [State Tree Editor] Fix accessing nullptr crash when deleting blueprint task/condition assets while other ST assets are referencing them
#rb Yoan.StAmant

[CL 34212019 by jacob wang in ue5-main branch]
2024-06-07 15:32:24 -04:00
mikko mononen
4ca5b9bee9 StateTree: Fixed calculating unique states between frames.
[CL 34120503 by mikko mononen in ue5-main branch]
2024-06-05 07:40:52 -04:00
mikko mononen
ee3a136c23 StateTree: Allow FStateTreeIndex16 to serialize from uint16
[CL 34088159 by mikko mononen in ue5-main branch]
2024-06-04 04:13:38 -04:00
mikko mononen
8391cc9715 StateTree: Updated FStateTreePropertyFunctionBase comment. (take2)
[CL 34088081 by mikko mononen in ue5-main branch]
2024-06-04 04:05:37 -04:00
mikko mononen
54eb8e271f StateTree: Introduced PropertyFunctions (contributed) (take2)
- Added property functions which can be executed and chained during property binding to set values of properties

[CL 34087989 by mikko mononen in ue5-main branch]
2024-06-04 03:56:38 -04:00
yoan stamant
a5e3b02a0d StateTree: Fix crash entering a subtree without parameters.
#tests Juno: Imperial bunkers in the alpine biome
#rb mikko.mononen

[CL 33929650 by yoan stamant in ue5-main branch]
2024-05-27 15:15:55 -04:00
justin peterson
4b5e90f42a [Backout] - CL33856504 - CIS Cook Warning
[FYI] mikko.mononen
Original CL Desc
-----------------------------------------------------------------
StateTree: Introduced PropertyFunctions (contributed)
- Added property functions which can be executed and chained during property binding to set values of properties

[CL 33868630 by justin peterson in ue5-main branch]
2024-05-23 14:06:53 -04:00
justin peterson
ca385c558d [Backout] - CL33856648 - CIS Cook Warning
[FYI] mikko.mononen
Original CL Desc
-----------------------------------------------------------------
StateTree: Updated FStateTreePropertyFunctionBase comment.

[CL 33868581 by justin peterson in ue5-main branch]
2024-05-23 14:05:32 -04:00
mikko mononen
1678ae52d1 StateTree: Updated FStateTreePropertyFunctionBase comment.
[CL 33856655 by mikko mononen in ue5-main branch]
2024-05-23 05:01:38 -04:00
mikko mononen
8fb0559486 StateTree: Introduced PropertyFunctions (contributed)
- Added property functions which can be executed and chained during property binding to set values of properties

[CL 33856515 by mikko mononen in ue5-main branch]
2024-05-23 04:48:59 -04:00
juan portillo
cc6661e0ff State Tree: added instance data mismatch auto-fix
#jira UE-215581
#rb mikko.mononen

[CL 33836195 by juan portillo in ue5-main branch]
2024-05-22 13:29:00 -04:00
jacob wang
1361be7d24 [StateTree] Fix LOCTEXT name conflict
#jira UE-215189
#rb Yoan.StAmant

[CL 33730063 by jacob wang in ue5-main branch]
2024-05-17 13:46:50 -04:00