TComponentPtr::AsArray

Retrieve this component data as an array view of the specified size (usually the size will be [FEntityAllocation::Num()](API\Runtime\MovieScene\EntitySystem\FEntityAllocation\Num))

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneComponentPtr.h"

Syntax

TArrayView< T > AsArray
(
    int32 Num
) const

Remarks

Retrieve this component data as an array view of the specified size (usually the size will be FEntityAllocation::Num())

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