Navigation
API > API/Runtime > API/Runtime/MovieScene
Class that holds a void* pointer to a value and is able to return it
| Name | FTypeErasedConstPropertyPtrBase |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneIntermediatePropertyValue.h |
| Include Path | #include "EntitySystem/MovieSceneIntermediatePropertyValue.h" |
Syntax
struct FTypeErasedConstPropertyPtrBase : public UE::MovieScene::Private::ITypeErasedPropertyConstValueImpl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTypeErasedConstPropertyPtrBase
(
const void* In, |
EntitySystem/MovieSceneIntermediatePropertyValue.h |
Functions
Public
Overridden from ITypeErasedPropertyConstValueImpl
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const void * Get() |
EntitySystem/MovieSceneIntermediatePropertyValue.h |