UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::TPrelockedDataOffsets< AccessorTypes > Struct Template Reference

#include <MovieSceneEntitySystemTask.h>

Public Member Functions

constexpr TPrelockedDataOffsets ()
 
constexpr void Assign (int &Index, int &DataIndex, int DataSize)
 

Public Attributes

int32 StartOffset [sizeof...(AccessorTypes)] ={}
 

Static Public Attributes

static constexpr int32 Num = (... + AccessorTypes::PreLockedDataNum)
 

Constructor & Destructor Documentation

◆ TPrelockedDataOffsets()

template<typename ... AccessorTypes>
constexpr UE::MovieScene::TPrelockedDataOffsets< AccessorTypes >::TPrelockedDataOffsets ( )
inlineconstexpr

Member Function Documentation

◆ Assign()

template<typename ... AccessorTypes>
constexpr void UE::MovieScene::TPrelockedDataOffsets< AccessorTypes >::Assign ( int &  Index,
int &  DataIndex,
int  DataSize 
)
inlineconstexpr

Member Data Documentation

◆ Num

template<typename ... AccessorTypes>
constexpr int32 UE::MovieScene::TPrelockedDataOffsets< AccessorTypes >::Num = (... + AccessorTypes::PreLockedDataNum)
staticconstexpr

◆ StartOffset

template<typename ... AccessorTypes>
int32 UE::MovieScene::TPrelockedDataOffsets< AccessorTypes >::StartOffset[sizeof...(AccessorTypes)] ={}

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