FChunkHeader

Header for a chunk of items.

Choose your operating system:

Windows

macOS

Linux

References

Module

StructUtils

Header

/Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/ChunkedStructBuffer.h

Include

#include "ChunkedStructBuffer.h"

Syntax

struct FChunkHeader

Remarks

Header for a chunk of items.

Variables

Name Description

Public variable

FChunkHeader &#...

 

Next

Number of items in the chunks

Public variable

int32

 

NumItems

Size of the used memory in the chunk.

Public variable

int32

 

NumScriptStructs

Types ScriptStructs stored in this chunk.

Public variable

const UScriptSt...

 

ScriptStructs

Public variable

int32

 

UsedSize

Number of ScriptsStructs

Functions

Name Description

Public function

int32

 

GetScriptStructIndex

(
    const UScriptStruct* InScriptS...
)