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
60c7ca432ffaacbfd2c08369a2e46dfeedbf7567
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
SubobjectDataInterface
History
ben hoffman
60c7ca432f
Replace an incorrect check for a child actor with a check for a child actor subtree object.
...
#jira none #rb trivial #rnx [CL 16840124 by ben hoffman in ue5-main branch]
2021-07-13 14:22:17 -04:00
..
Private
Replace an incorrect check for a child actor with a check for a child actor subtree object.
2021-07-13 14:22:17 -04:00
Public
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
SubobjectDataInterface.Build.cs
Remove un-needed comment
2021-04-30 19:10:31 -04:00