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