Skip to main content
Version: 20 Mar 2024

SpaceExportInfo

A structure containing information about the Space export settings. This structure must be initialized by calling #MLSpaceExportInfoInit before use.

Public Methods

SpaceExportInfo Create

Initialize default values for #SpaceExportInfo.

public static SpaceExportInfo Create(
uint version =1u
)

Parameters

TypeNameDescription
uintversion

Public Attributes

SpaceId

#MLUUID of the Space that needs to be exported.


public MLUUID SpaceId;


Version

Version of the structure.


public uint Version;