FEntityManager::GetEntityType

Retrieve the type mask for this component

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneEntityManager.h"

Source

/Engine/Source/Runtime/MovieScene/Private/EntitySystem/MovieSceneEntityManager.cpp

Syntax

FComponentMask GetEntityType
(
    FMovieSceneEntityID InEntity
) const

Remarks

Retrieve the type mask for this component

Returns

The type mask for this entity, or an empty mask if it has no components

Parameters

Parameter

Description

InEntity

The ID of the entity

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