Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > EntitySystem > TEntityTaskComponentsImpl< TIntegerSequence< int, Indices... >, T... >
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntitySystemTask.h |
Include | #include "EntitySystem/MovieSceneEntitySystemTask.h" |
template<typename... U>
TEntityTaskComponents< T..., TReadOneOrMoreOfAccessor< U... > > ReadOneOrMoreOf
&40;
TComponentTypeID< U >... ComponentTypes
&41; const
Remarks
Read the value of one or more of the specified components. Entities with at least one of these components will be read. Per-entity iteration not supported with this accessor.
Parameters
Name | Description |
---|---|
ComponentTypes | The component types to visit |