Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FFieldLayoutDesc Struct Reference

#include <MemoryLayout.h>

+ Collaboration diagram for FFieldLayoutDesc:

Public Types

typedef void FWriteFrozenMemoryImageFunc(FMemoryImageWriter &Writer, const void *Object, const void *FieldObject, const FTypeLayoutDesc &TypeDesc, const FTypeLayoutDesc &DerivedTypeDesc)
 

Public Attributes

const TCHAR * Name
 
const struct FTypeLayoutDescType
 
const FFieldLayoutDescNext
 
FWriteFrozenMemoryImageFuncWriteFrozenMemoryImageFunc
 
uint32 Offset
 
uint32 NumArray
 
EFieldLayoutFlags::Type Flags
 
uint8 BitFieldSize
 
uint8 UFieldNameLength
 

Detailed Description

Definition at line 88 of file MemoryLayout.h.

Member Typedef Documentation

◆ FWriteFrozenMemoryImageFunc

typedef void FFieldLayoutDesc::FWriteFrozenMemoryImageFunc(FMemoryImageWriter &Writer, const void *Object, const void *FieldObject, const FTypeLayoutDesc &TypeDesc, const FTypeLayoutDesc &DerivedTypeDesc)

Definition at line 90 of file MemoryLayout.h.

Member Data Documentation

◆ BitFieldSize

uint8 FFieldLayoutDesc::BitFieldSize

Definition at line 99 of file MemoryLayout.h.

◆ Flags

EFieldLayoutFlags::Type FFieldLayoutDesc::Flags

Definition at line 98 of file MemoryLayout.h.

◆ Name

const TCHAR* FFieldLayoutDesc::Name

Definition at line 92 of file MemoryLayout.h.

◆ Next

const FFieldLayoutDesc* FFieldLayoutDesc::Next

Definition at line 94 of file MemoryLayout.h.

◆ NumArray

uint32 FFieldLayoutDesc::NumArray

Definition at line 97 of file MemoryLayout.h.

◆ Offset

uint32 FFieldLayoutDesc::Offset

Definition at line 96 of file MemoryLayout.h.

◆ Type

const struct FTypeLayoutDesc* FFieldLayoutDesc::Type

Definition at line 93 of file MemoryLayout.h.

◆ UFieldNameLength

uint8 FFieldLayoutDesc::UFieldNameLength

Definition at line 100 of file MemoryLayout.h.

◆ WriteFrozenMemoryImageFunc

FWriteFrozenMemoryImageFunc* FFieldLayoutDesc::WriteFrozenMemoryImageFunc

Definition at line 95 of file MemoryLayout.h.


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