Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/TEntityPtr
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntityRange.h |
Include | #include "EntitySystem/MovieSceneEntityRange.h" |
template<int ComponentTypeIndex>
auto & Get() const
Remarks
Retrieve the component at the specified Index within this TEntityPtr's parameters. Not to be used for Read/WriteOptional variants.
The const qualifier of the component will match the access mode for the component (const for read, non-const for write) A reference to the component value