PresetLoadArgs Class Reference

#include <base_preset_asset.h>

Inheritance diagram for PresetLoadArgs:

Public Member Functions

 PresetLoadArgs ()
 
 PresetLoadArgs (const PresetLoadArgs &src)
 
Result< void > SetPointer (void *pointer)
 
void * GetPointer () const
 
Result< void > SetType (Int type)
 
Int GetType () const
 

Constructor & Destructor Documentation

◆ PresetLoadArgs() [1/2]

◆ PresetLoadArgs() [2/2]

PresetLoadArgs ( const PresetLoadArgs src)

Member Function Documentation

◆ SetPointer()

Result<void> SetPointer ( void *  pointer)

◆ GetPointer()

void* GetPointer ( ) const

◆ SetType()

Result<void> SetType ( Int  type)

◆ GetType()

Int GetType ( ) const