Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISoundGenerator
Description
Return the cost to render this sound generator. Derived classes can optionally override this method.
This is called repeatedly to track the cost and managing the maximum number of concurrently rendering voices.
| Name | GetRelativeRenderCost |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundGenerator.h |
| Include Path | #include "Sound/SoundGenerator.h" |
virtual float GetRelativeRenderCost() const