![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneIntermediatePropertyValue.h>
Inheritance diagram for UE::MovieScene::FIntermediatePropertyValue:Static Public Member Functions | |
| template<typename T > | |
| static FIntermediatePropertyValue | FromValue (T &&In) |
| template<typename T , typename = std::enable_if_t<!std::is_same_v<T, void>>> | |
| static FIntermediatePropertyValue | FromAddress (T *Ptr) |
Protected Member Functions | |
| FIntermediatePropertyValue (TInlineValue< Private::ITypeErasedPropertyValueImpl > &&InValue) | |
Protected Member Functions inherited from UE::MovieScene::FIntermediatePropertyValueConstRef | |
| FIntermediatePropertyValueConstRef () | |
| FIntermediatePropertyValueConstRef (TInlineValue< Private::ITypeErasedPropertyValueImpl > &&InValue) | |
Protected Attributes | |
| friend | FIntermediatePropertyValueConstRef |
Protected Attributes inherited from UE::MovieScene::FIntermediatePropertyValueConstRef | |
| TInlineValue< Private::ITypeErasedPropertyValueImpl > | Value |
Same as FIntermediatePropertyValueConstRef but instead of wrapping a reference to a value, this class can wrap an instance of a value or a reference.
|
default |
Move construction/assignment
|
delete |
Implicit copy construction and assignment is disabled (use Copy() instead)
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
delete |
|
default |
|
protected |