GetStructInfo

(Engine-Level Function)

Description: Returns names and counts of all instantiated structures.
Warning: This statement should be used by advanced users only.
Returns: Structure containing two fields. Refer to the comments.
Usage: Script Only.
Function Groups: Variable
Related to:  
Format: GetStructInfo([MiniDumpHandle])
Parameters:  
MiniDumpHandle
Optional. A pointer to a data structure that holds information from a crash dump.
Comments:

This function returns a structure with two fields:

TotalInstances

The total cumulative count of structures allocated in the engine.

StructList

An nx2 array of structure names, and a count of how many instances of that structure exist.