3ds Max C++ API Reference
Memory Limit Auto Mode

When enabled, Auto Mode adjusts the memory limit percentage automatically using a heuristic formula. More...

Functions

virtual BOOL GetMemoryLimitAutoMode ()=0
 Returns whether Memory Limit Auto Mode is enabled for the pager. More...
 
virtual void SetMemoryLimitAutoMode (BOOL onOff)=0
 Sets whether Memory Limit Auto Mode is enabled for the pager. More...
 

Detailed Description

When enabled, Auto Mode adjusts the memory limit percentage automatically using a heuristic formula.

The adjustment happens when the physical limit is calculated, during file load, file reset, render begin and render end. Any value set manually for the Memory Limit Percentage is overwritten by Auto Mode updates.

Function Documentation

◆ GetMemoryLimitAutoMode()

virtual BOOL GetMemoryLimitAutoMode ( )
pure virtual

Returns whether Memory Limit Auto Mode is enabled for the pager.

◆ SetMemoryLimitAutoMode()

virtual void SetMemoryLimitAutoMode ( BOOL  onOff)
pure virtual

Sets whether Memory Limit Auto Mode is enabled for the pager.