Navigation
API > API/Plugins > API/Plugins/TakeRecorderSources > API/Plugins/TakeRecorderSources/UTakeRecorderActorSource
Description
Looks at the given component and determines what the parent of this component is. For the root component and Actor Components the parent will be the root Property Map. For all other components, will attempt to find the Property Map which has a child Property Map that references the given component.
Used to find which property map a new property map should be added to while respecting the component hierarchy.
| Name | GetParentPropertyMapForComponent |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorderSources/Public/TakeRecorderActorSource.h |
| Include Path | #include "TakeRecorderActorSource.h" |
| Source | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorderSources/Private/TakeRecorderActorSource.cpp |
UActorRecorderPropertyMap * GetParentPropertyMapForComponent
(
UActorComponent * InComponent
)