TEntityRange::GetAll

Get all the components for the templated index as a [TArrayView](API\Runtime\Core\Containers\TArrayView).

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneEntityRange.h"

Syntax

template<int32 ComponentTypeIndex>
auto GetAll() const

Remarks

Get all the components for the templated index as a TArrayView.

Returns

A TArrayView for the component array at this index. T will be const for read-only components.

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