FEntityFactories::DuplicateChildComponent

Makes the given component automatically copied from a parent entity to all its children entities.

Windows
MacOS
Linux

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

Syntax

template<typename ComponentType>
void DuplicateChildComponent
(
    TComponentTypeID< ComponentType > InComponent
)

Remarks

Makes the given component automatically copied from a parent entity to all its children entities. @note include "EntitySystem/MovieSceneEntityFactoryTemplates.h" for definition

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss