Substance::GetPreviousRegisteredSubstance
Defined in:
Returns the next registered substance.
C4MaterialObjects.hPrototype
Substance *GetPreviousRegisteredSubstance(void) const;
Description
The GetPreviousRegisteredSubstance function returns the previous registered substance. If this function is called for the first registered substance, then the return value is nullptr.
See Also
Substance::GetNextRegisteredSubstance
