Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FPropertyComponentArrayView
Description
Cast this view to a typed array view. Only crude size checking is performed - the user is responsible for ensuring the cast is valid
| Name | ReinterpretCast |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/IMovieScenePropertyComponentHandler.h |
| Include Path | #include "EntitySystem/IMovieScenePropertyComponentHandler.h" |
template<typename T>
TArrayView < T > ReinterpretCast() const