Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FSourcePropertyValue
Description
- Cast this source value to another type, assuming the underlying type matches.
-
Only crude type-checking is performed here: it is the callee's responsibility to ensure the cast is valid
| Name | Cast |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneIntermediatePropertyValue.h |
| Include Path | #include "EntitySystem/MovieSceneIntermediatePropertyValue.h" |
template<typename T>
const T * Cast() const