3ds Max C++ API Reference
Loading...
Searching...
No Matches
gup.h File Reference
#include "maxheap.h"
#include "gupapi.h"
#include "strclass.h"
#include "containers/Array.h"
#include "maxscript/ScriptSource.h"

Classes

class  GUPHandler
class  GUPList
class  GUP
class  GUPManager

Namespaces

namespace  MaxSDK
namespace  MaxSDK::AssetManagement

Macros

#define GUPExport   __declspec( dllimport )
#define GUPRESULT_KEEP   0x00
#define GUPRESULT_NOKEEP   0x01
#define GUPRESULT_ABORT   0x03

Functions

GUPExport void OpenGUP (GUPInterface *i)
GUPExport void CloseGUP ()
GUPExport GUPOpenGupPlugIn (const Class_ID id)

Variables

GUPExport GUPManagergupManager

Macro Definition Documentation

◆ GUPExport

#define GUPExport   __declspec( dllimport )

◆ GUPRESULT_KEEP

#define GUPRESULT_KEEP   0x00

◆ GUPRESULT_NOKEEP

#define GUPRESULT_NOKEEP   0x01

◆ GUPRESULT_ABORT

#define GUPRESULT_ABORT   0x03

Function Documentation

◆ OpenGUP()

GUPExport void OpenGUP ( GUPInterface * i)
extern

◆ CloseGUP()

GUPExport void CloseGUP ( )
extern

◆ OpenGupPlugIn()

GUPExport GUP * OpenGupPlugIn ( const Class_ID id)
extern

Variable Documentation

◆ gupManager

GUPExport GUPManager* gupManager
extern