TEntityBuilderImpl< TIntegerSequence< int, Indices... >, T... >::AddDefaulted

Add the specified default-constructed component type to the entity

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntityBuilder.h

Include

#include "EntitySystem/MovieSceneEntityBuilder.h"

Syntax

TEntityBuilder< T..., FAdd > AddDefaulted
(
    FComponentTypeID ComponentType
)

Remarks

Add the specified default-constructed component type to the entity

Returns

A new builder that includes the new component

Parameters

Parameter

Description

ComponentType

A valid component type or tag ID to add. Must be valid.

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