Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > EntitySystem > FEntityFactories
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntityFactory.h |
Include | #include "EntitySystem/MovieSceneEntityFactory.h" |
Source | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntityFactoryTemplates.h |
template<typename ComponentType>
void DuplicateChildComponent
&40;
TComponentTypeID< ComponentType > InComponent
&41;
Remarks
- Makes the given component automatically copied from a parent entity to all its children entities.
-
include "EntitySystem/MovieSceneEntityFactoryTemplates.h" for definition