Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FConstPropertyComponentView
Description
Cast this type-erased view to a known data type. Only crude size checking is performned - user is responsible for ensuring that 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>
const T & ReinterpretCast() const