Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > EntitySystem > FEntityManager
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntityManager.h |
Include | #include "EntitySystem/MovieSceneEntityManager.h" |
template<typename IteratorType>
void IterateImmediateChildren
&40;
FMovieSceneEntityID ParentID,
IteratorType && Iterator
&41; const
Remarks
- Itereate the immediate children of the specified entity
-
the array will not be emptied by this function - that is the responsibility of the callee, if desired.
Parameters
Name | Description |
---|---|
ParentID | The ID of the parent |
OutChildren | (out) Array to populate with child entities. |