UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::FScheduledTaskFuncionPtr Struct Reference

#include <MovieSceneTaskScheduler.h>

Public Types

enum class  EType : uint8 {
  None , Unbound , AllocationPtr , AllocationItem ,
  PreLockedAllocationItem
}
 

Public Member Functions

EType Assign (UnboundTaskFunctionPtr InUnboundTask)
 
EType Assign (AllocationFunctionPtr InAllocation)
 
EType Assign (AllocationItemFunctionPtr InAllocationItem)
 
EType Assign (PreLockedAllocationItemFunctionPtr InPreLockedAllocationItem)
 

Public Attributes

union { 
 
   UnboundTaskFunctionPtr   UnboundTask 
 
   AllocationFunctionPtr   Allocation 
 
   AllocationItemFunctionPtr   AllocationItem 
 
   PreLockedAllocationItemFunctionPtr   PreLockedAllocationItem 
 
};  
 

Member Enumeration Documentation

◆ EType

Enumerator
None 
Unbound 
AllocationPtr 
AllocationItem 
PreLockedAllocationItem 

Member Function Documentation

◆ Assign() [1/4]

EType UE::MovieScene::FScheduledTaskFuncionPtr::Assign ( AllocationFunctionPtr  InAllocation)
inline

◆ Assign() [2/4]

EType UE::MovieScene::FScheduledTaskFuncionPtr::Assign ( AllocationItemFunctionPtr  InAllocationItem)
inline

◆ Assign() [3/4]

EType UE::MovieScene::FScheduledTaskFuncionPtr::Assign ( PreLockedAllocationItemFunctionPtr  InPreLockedAllocationItem)
inline

◆ Assign() [4/4]

EType UE::MovieScene::FScheduledTaskFuncionPtr::Assign ( UnboundTaskFunctionPtr  InUnboundTask)
inline

Member Data Documentation

◆ [union]

◆ Allocation

AllocationFunctionPtr UE::MovieScene::FScheduledTaskFuncionPtr::Allocation

◆ AllocationItem

AllocationItemFunctionPtr UE::MovieScene::FScheduledTaskFuncionPtr::AllocationItem

◆ PreLockedAllocationItem

PreLockedAllocationItemFunctionPtr UE::MovieScene::FScheduledTaskFuncionPtr::PreLockedAllocationItem

◆ UnboundTask

UnboundTaskFunctionPtr UE::MovieScene::FScheduledTaskFuncionPtr::UnboundTask

The documentation for this struct was generated from the following file: