Commit Graph

6 Commits

Author SHA1 Message Date
ben hoffman
998c788bff Correctly check for a root component that is native with a different name than the default. This will allow other systems such as drag/drop to evaulate correctly when the subobject editor is asked to find the default scene root given only the actor instance.
#jira UE-115866
#rb trivial
#rnx
#preflight 60a2c69e07285b0001e432aa

[CL 16358813 by ben hoffman in ue5-main branch]
2021-05-17 16:43:05 -04:00
ben hoffman
b930e2e22a Correctly add "(Inherited)" in the case of a native component in the instance editor. Do not display the native component name for instance inhertied bluerpint subobjects.
#jira UE-115866
#rb trivial
#rnx
#preflight 60a290f54f034a000179f3b2

[CL 16354780 by ben hoffman in ue5-main branch]
2021-05-17 13:04:25 -04:00
ben hoffman
0c88f1985c Remove unused variables in SubobjectData.cpp
#jira none
#rb trivial
#rnx
#preflight 609fcf63ae0db000015d9b68

[CL 16341106 by ben hoffman in ue5-main branch]
2021-05-15 10:17:41 -04:00
ben hoffman
311b677eec Fix incorrect color tinting of icons in inherited blueprints
#jira none
#rb trivial
#rnx
#preflight 609ee4144a67ba0001f24a05

[CL 16336865 by ben hoffman in ue5-main branch]
2021-05-14 17:55:27 -04:00
ben hoffman
892125ab98 Correctly return true for CanEdit() on a FSubobjectData that is an instance-added component, such as the default scene root on an empty actor.
#jira none
#rb trivial
#rnx

[CL 16232124 by ben hoffman in ue5-main branch]
2021-05-06 21:44:04 -04:00
ben hoffman
61908bed8a Create the Subobject Data interface module. This provides an API that can be used to manipulate Subobjects such as adding/removing components, reparenting, and changing the scene heirarchy.
The SubobjectDataSubsystem is how users can manipulate a given object within Blueprints or Python scripting. Given a Uobject instance in a level or a UBlueprint asset, you can use GatherSubobjectData to get get an array of handles that you can use to manipulate that subobject.

This is what the new SubobjectEditor (Previously the SCS editor) will be using instead of having all its logic within slate code.

#rb marc.audy
#jira UE-64131
#preflight 6082ce4f8de3a60001cf6af8
#preflight 6082d84a92d7e700019f53e0

[CL 16104548 by ben hoffman in ue5-main branch]
2021-04-23 11:01:15 -04:00