![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneComponentPtr.h>
Inheritance diagram for UE::MovieScene::TWrite< T >:Public Member Functions | |
| TWrite ()=default | |
| TWrite (T *InData, int32 ComponentOffset=0) | |
| TWrite (const FComponentHeader *InHeader, int32 ComponentOffset=0) | |
Public Member Functions inherited from UE::MovieScene::TComponentPtr< T > | |
| TComponentPtr () | |
| TComponentPtr (T *InComponentPtr) | |
| TComponentPtr (const TComponentPtr &RHS)=default | |
| TComponentPtr & | operator= (const TComponentPtr &RHS)=default |
| TComponentPtr (TComponentPtr &&RHS) | |
| TComponentPtr & | operator= (TComponentPtr &&RHS) |
| operator bool () const | |
| bool | IsValid () const |
| T * | AsPtr () const |
| TArrayView< T > | AsArray (int32 Num) const |
| TArrayView< T > | Slice (int32 StartIndex, int32 Num) const |
| T * | operator-> () const |
| ValueType | operator* () const |
| ValueType | operator[] (int32 Index) const |
| ValueType | ComponentAtIndex (int32 Index) const |
| operator T* () const | |
Additional Inherited Members | |
Public Types inherited from UE::MovieScene::TComponentPtr< T > | |
| using | ValueType = std::conditional_t< std::is_const_v< T >, typename TCallTraits< T >::ParamType, T & > |
Protected Attributes inherited from UE::MovieScene::TComponentPtr< T > | |
| T * | ComponentPtr |
|
default |
|
inlineexplicit |
|
inlineexplicit |