mikko mononen
35c86ac7f0
StateTree: Allow conditions to receive state completion callbacks.
...
#rb Yoan.StAmant
[CL 35267259 by mikko mononen in ue5-main branch]
2024-08-02 06:57:58 -04:00
mikko mononen
815aec1232
StateTree: Fix compiler warnings.
...
[CL 35240387 by mikko mononen in ue5-main branch]
2024-08-01 06:26:11 -04:00
mikko mononen
441324a228
StateTree: Added State outliner and made the main tree view more detailed
...
- Simplied the task icon
- Created common treeview for States, used for state selection and outliner view
- Added common functions to describe state links and transitions
- Made custom expander arrow the main tree view
- Move the task lits on separate row on the main tree view
- Added enter condition list for on main tree view
- Clicking on tasks or enter conditions highlight them in the details panel
- Added state outliner which displays the state list compactly
- Added feedback for the drag and drop, and moved the code to separate file
#rb Yoan.StAmant
[CL 35239895 by mikko mononen in ue5-main branch]
2024-08-01 05:38:41 -04:00
mikko mononen
abb4bccc2e
StateTree: Fixed providing incorrect instance data during bindings compilation. (contributed)
...
[CL 35208559 by mikko mononen in ue5-main branch]
2024-07-31 05:21:07 -04:00
mikko mononen
8eec0a3478
StateTree: Fixed binding to transition event payload from property functions. (contributed)
...
[CL 35207527 by mikko mononen in ue5-main branch]
2024-07-31 03:13:37 -04:00
mikko mononen
1d4111742a
StateTree: Added utility icon
...
#rb Mieszko.Zielinski
[CL 35177010 by mikko mononen in ue5-main branch]
2024-07-30 09:26:32 -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
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
kevin macaulayvacher
276d09f6df
Remove all simple usage of REN_ForceNoResetLoaders from the codebase since the flag has been deprecated and currently does nothing. Simple in this case is direct use of the flag with no conditional logic. More complex uses were removed in another change.
...
#rnx
#rb Francis.Hurteau
[CL 34424068 by kevin macaulayvacher in ue5-main branch]
2024-06-17 11:55:02 -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
robert seiver
8546a73cdf
Add verbose logging for cases when a StateTree property is not bindable
...
#rb mikko.mononen
[CL 34279767 by robert seiver in ue5-main branch]
2024-06-11 12:04:28 -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
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
juan portillo
f2a5e74381
State Tree: Modified extension point for prop handlers to pass in a details view ref instead
...
#rb mikko.mononen
[CL 34230862 by juan portillo in ue5-main branch]
2024-06-10 03:22:50 -04:00
juan portillo
ca06915df9
State Tree: Added extension handler create func
...
#rb mikko.mononen
#jira UE-215806
[CL 34129795 by juan portillo in ue5-main branch]
2024-06-05 12:56:26 -04:00
mikko mononen
02f0a5d3d4
StateTrees: Display node tooltips in editor (contributed) (take2)
...
[CL 34088094 by mikko mononen in ue5-main branch]
2024-06-04 04:07:38 -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
sebastian arleryd
62404d2650
Fix fallout of CL 33935443
...
#jira UE-212289
[CL 33943494 by sebastian arleryd in ue5-main branch]
2024-05-28 12:15:48 -04:00
juan portillo
9af29af611
State Tree: aligned "Global Tasks" category name in customizations to match the category name in the class.
...
#rb mikko.mononen
[CL 33889770 by juan portillo in ue5-main branch]
2024-05-24 06:19:32 -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
ba015ffcb0
[Backout] - CL33856718 - CIS Cook Warning
...
[FYI] mikko.mononen
Original CL Desc
-----------------------------------------------------------------
StateTrees: Display node tooltips in editor (contributed)
[CL 33868528 by justin peterson in ue5-main branch]
2024-05-23 14:03:38 -04:00
mikko mononen
6ed1879dd0
StateTrees: Display node tooltips in editor (contributed)
...
[CL 33856732 by mikko mononen in ue5-main branch]
2024-05-23 05:07:09 -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