Navigation
API > API/Plugins > API/Plugins/TakeRecorderSources > API/Plugins/TakeRecorderSources/UTakeRecorderActorSource
Description
Returns the direct children of the specified scene component. Filters for ownership before returning.
| Name | GetChildSceneComponents |
| 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 |
void GetChildSceneComponents
(
USceneComponent * OnSceneComponent,
TSet< TWeakObjectPtr < UActorComponent > > & OutArray,
bool bUpdateReferencedActorList
)