![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneIntermediatePropertyValue.h>
Public Member Functions | |
| FSourcePropertyValue () | |
| FSourcePropertyValue (FSourcePropertyValue &&)=default | |
| FSourcePropertyValue & | operator= (FSourcePropertyValue &&)=default |
| operator bool () const | |
| const void * | Get () const |
| template<typename T > | |
| const T * | Cast () const |
Static Public Member Functions | |
| static FSourcePropertyValue | FromAddress (const void *Ptr, const FProperty &Property) |
| template<typename T > | |
| static FSourcePropertyValue | FromValue (T &&Value) |
Provides a way of wrapping UObject property values to generic Sequencer APIs in a way that doesn't need to know the type of the underlying data. This is useful for APIs implemented as polymorphic interfaces or as ADL templates structures to simplify lifetime semantics and type-safety.
|
inline |
|
default |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inlineexplicit |
|
default |