FEntityManager::ContainsComponent

Check whether any entity in this manager has the specified component

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneEntityManager.h"

Syntax

bool ContainsComponent
(
    FComponentTypeID ComponentTypeID
) const

Remarks

Check whether any entity in this manager has the specified component

Returns

true if the specified component exists anywhere, false otherwise

Parameters

Parameter

Description

ComponentTypeID

The type of the component that is being tested for

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