FPropertyComponentView::ReinterpretCast

Cast this type-erased view to a known data type.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/IMovieScenePropertyComponentHandler.h"

Syntax

template<typename T>
T & ReinterpretCast() const

Remarks

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.

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