This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cd1dd69fa85fa2bf422dd0bb4e811de2efeb2b04
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
SubobjectDataInterface
/
Private
History
Jamie Dale
a82da56223
Fixed some more places incorrectly testing against NAME_SIZE (as it includes the null terminator)
...
#rb none #rnx [CL 16938866 by Jamie Dale in ue5-main branch]
2021-07-23 13:16:52 -04:00
..
BaseSubobjectDataFactory.cpp
…
ChildActorSubobjectData.cpp
Instead of checking if something is a child actor component when attempting to maniuplate it, check if its owner is a CAC instead. If it's owner is a CAC, then it cannot be removed because it is determined by the owning CAC. Before, the code was incorrectly checking if something was just a plain old child actor component, resulting in being unable to delete, reparent, or attach to a child actor component.
2021-06-24 10:55:53 -04:00
ChildSubobjectDataFactory.cpp
…
InheritedSubobjectData.cpp
Instead of checking if something is a child actor component when attempting to maniuplate it, check if its owner is a CAC instead. If it's owner is a CAC, then it cannot be removed because it is determined by the owning CAC. Before, the code was incorrectly checking if something was just a plain old child actor component, resulting in being unable to delete, reparent, or attach to a child actor component.
2021-06-24 10:55:53 -04:00
InheritedSubobjectDataFactory.cpp
Fix Subobject Data Factories not creating inherited subobject data in situations where a USCS_Node was added via the SimpleConstruction Script
2021-05-13 20:44:17 -04:00
SubobjectData.cpp
Add a fallback method of determining the instanced component to use as an asset override in the event that a subobjec thas been added but is not a part of the generated class yet. Do this by checking if the archetype of the GEN_VARIABLE subobject and one on the instance are the same.
2021-07-15 19:42:26 -04:00
SubobjectDataBlueprintFunctionLibrary.cpp
…
SubobjectDataHandle.cpp
…
SubobjectDataInterfaceModule.cpp
…
SubobjectDataSubsystem.cpp
Fixed some more places incorrectly testing against NAME_SIZE (as it includes the null terminator)
2021-07-23 13:16:52 -04:00