Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FIntermediatePropertyValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * Cast () |
Cast this value to another type, assuming the underlying type matches. | EntitySystem/MovieSceneIntermediatePropertyValue.h | |
const T * Cast () |
Cast this value to another type, assuming the underlying type matches. | EntitySystem/MovieSceneIntermediatePropertyValue.h |
Cast()
Description
- Cast this 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>
T * Cast()
Cast()
Description
- Cast this 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