Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FActiveSound
Description
Returns the highest effective priority of the child wave instances. If bIgnoreAlwaysPlay set to true, gives highest priority disregarding always play priority override.
| Name | GetHighestPriority |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ActiveSound.h |
| Include Path | #include "ActiveSound.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ActiveSound.cpp |
float GetHighestPriority
(
bool bIgnoreAlwaysPlay
) const