![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneEntityBuilder.h>
Inheritance diagram for UE::MovieScene::TAdd< T >:Public Member Functions | |
| template<typename PayloadType > | |
| TAdd (TComponentTypeID< T > InComponentTypeID, PayloadType &&InPayload) | |
| void | Apply (FEntityAllocation *Allocation, int32 ComponentOffset) |
Public Member Functions inherited from UE::MovieScene::FAdd | |
| FAdd (FComponentTypeID InComponentTypeID) | |
| void | AccumulateMask (FComponentMask &OutMask) const |
| void | Apply (FEntityAllocation *Allocation, int32 ComponentOffset) |
Public Attributes | |
| TOptional< T > | Payload |
Public Attributes inherited from UE::MovieScene::FAdd | |
| FComponentTypeID | ComponentTypeID |
Implemtntation of a typed add payload
|
inline |
|
inline |
| TOptional<T> UE::MovieScene::TAdd< T >::Payload |