![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneTaskScheduler.h>
Public Types | |
| enum class | EType : uint8 { None , Unbound , AllocationPtr , AllocationItem , PreLockedAllocationItem } |
Public Attributes | ||
| union { | ||
| UnboundTaskFunctionPtr UnboundTask | ||
| AllocationFunctionPtr Allocation | ||
| AllocationItemFunctionPtr AllocationItem | ||
| PreLockedAllocationItemFunctionPtr PreLockedAllocationItem | ||
| }; | ||
|
strong |
|
inline |
|
inline |
|
inline |
|
inline |
| union { ... } UE::MovieScene::FScheduledTaskFuncionPtr |
| AllocationFunctionPtr UE::MovieScene::FScheduledTaskFuncionPtr::Allocation |
| AllocationItemFunctionPtr UE::MovieScene::FScheduledTaskFuncionPtr::AllocationItem |
| PreLockedAllocationItemFunctionPtr UE::MovieScene::FScheduledTaskFuncionPtr::PreLockedAllocationItem |
| UnboundTaskFunctionPtr UE::MovieScene::FScheduledTaskFuncionPtr::UnboundTask |