Ark Server API (ASA) - Wiki
|
#include <MemoryLayout.h>
Public Types | |
typedef void | FWriteFrozenMemoryImageFunc(FMemoryImageWriter &Writer, const void *Object, const void *FieldObject, const FTypeLayoutDesc &TypeDesc, const FTypeLayoutDesc &DerivedTypeDesc) |
Definition at line 88 of file MemoryLayout.h.
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.
uint8 FFieldLayoutDesc::BitFieldSize |
Definition at line 99 of file MemoryLayout.h.
EFieldLayoutFlags::Type FFieldLayoutDesc::Flags |
Definition at line 98 of file MemoryLayout.h.
const TCHAR* FFieldLayoutDesc::Name |
Definition at line 92 of file MemoryLayout.h.
const FFieldLayoutDesc* FFieldLayoutDesc::Next |
Definition at line 94 of file MemoryLayout.h.
uint32 FFieldLayoutDesc::NumArray |
Definition at line 97 of file MemoryLayout.h.
uint32 FFieldLayoutDesc::Offset |
Definition at line 96 of file MemoryLayout.h.
const struct FTypeLayoutDesc* FFieldLayoutDesc::Type |
Definition at line 93 of file MemoryLayout.h.
uint8 FFieldLayoutDesc::UFieldNameLength |
Definition at line 100 of file MemoryLayout.h.
FWriteFrozenMemoryImageFunc* FFieldLayoutDesc::WriteFrozenMemoryImageFunc |
Definition at line 95 of file MemoryLayout.h.