Navigation
API > API/Runtime > API/Runtime/MovieScene
Class that holds a typed value and is able to return and copy it
| Name | TTypeErasedPropertyValueImpl |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneIntermediatePropertyValue.h |
| Include Path | #include "EntitySystem/MovieSceneIntermediatePropertyValue.h" |
Syntax
template<typename T>
struct TTypeErasedPropertyValueImpl : public UE::MovieScene::Private::ITypeErasedPropertyValueImpl
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTypeErasedPropertyValueImpl
(
U&& In |
EntitySystem/MovieSceneIntermediatePropertyValue.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | T | EntitySystem/MovieSceneIntermediatePropertyValue.h |
Functions
Public
Overridden from ITypeErasedPropertyValueImpl
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TInlineValue< ITypeErasedPropertyValueImpl > Copy() |
EntitySystem/MovieSceneIntermediatePropertyValue.h |
Overridden from ITypeErasedPropertyConstValueImpl
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const void * Get() |
EntitySystem/MovieSceneIntermediatePropertyValue.h |