Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FEntityManager
Description
Read a component value from an entity that is known to exist.
this is a general purpose convenience utility which should not be used for high-performance runtime code. See FEntityTaskBuilder.
| Name | ReadComponentChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntityManager.h |
| Include Path | #include "EntitySystem/MovieSceneEntityManager.h" |
template<typename T>
T ReadComponentChecked
(
FMovieSceneEntityID Entity,
TComponentTypeID < T > ComponentTypeID
) const
The component value
Parameters
| Name | Remarks |
|---|---|
| Entity | The ID of the entity to read from |
| ComponentTypeID | The component that is to be read |