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

Add the specified tag to the entity. Equivalent to AddDefaulted.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneEntityBuilder.h"

Syntax

TEntityBuilder< T..., FAddConditional > AddTagConditional
(
    FComponentTypeID TagType,
    bool bCondition
)

Remarks

Add the specified tag to the entity. Equivalent to AddDefaulted.

Returns

A new builder that includes the new component

Parameters

Parameter

Description

Tag

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

bCondition

Condition specifying whether this tag should be added or not

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