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
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
mikko mononen
c0324add08
PropertyBindings: Introduced OnCanBindToContextStructWithIndex (contributed)
...
[CL 33717680 by mikko mononen in ue5-main branch]
2024-05-17 04:39:14 -04:00
mikko mononen
d54b7d2b59
StateTree: Fixed bug where renaming a state parameter would remove bindings to it.
...
#rb Yoan.StAmant
[CL 33681188 by mikko mononen in ue5-main branch]
2024-05-16 03:47:06 -04:00
jacob wang
d0a9f7e6de
[State Tree] Utility Selector Editor Representation First Pass
...
- Editor View and Operations(debugger support not yet)
- Basic Utility Consideration Base
- Built-in Float Parameter Consideration
- Basic Blueprint Support
#rb mikko.mononen
[CL 33665793 by jacob wang in ue5-main branch]
2024-05-15 14:50:35 -04:00
jacob wang
6955641c34
[StateTree] StateTreeEditor LOCTEXT namespace text conflict
...
#jira UE-212673
#rb mikko.mononen
[CL 33631860 by jacob wang in ue5-main branch]
2024-05-14 12:32:12 -04:00
mikko mononen
ef8f978f83
StateTree: Various fixes how the binding sources are displayed.
...
- Added editor only StatePath to FStateTreeBindableStructDesc to help error reporting
- Friendlify user defined struct property names in FStateTreePropertyPath::ToString()
- Fixed FStateTreeEditorNode::GetName() to return the BP node name instead of the wrapper name
- Categorize binding sources based on state (including one section for global) in the binding popup
#jira UE-212418, UE-209016
#rb Yoan.StAmant
[CL 33623462 by mikko mononen in ue5-main branch]
2024-05-14 02:41:50 -04:00