![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FSoundInfo (FString InPathName, float InDistance, FName InClassName) | |
| bool | ComparePathNames (const FSoundInfo &Other) const |
| bool | CompareDistance (const FSoundInfo &Other) const |
| bool | CompareClass (const FSoundInfo &Other) const |
| bool | CompareWaveInstancesNum (const FSoundInfo &Other) const |
Public Attributes | |
| FString | PathName |
| float | Distance |
| FName | ClassName |
| TArray< FWaveInstance * > | WaveInstances |
Helper structure for sorting sounds by predefined criteria.
|
inline |
|
inline |
|
inline |
|
inline |
| FName FSoundInfo::ClassName |
Sound group this sound belongs to.
| float FSoundInfo::Distance |
Distance betweend a listener and this sound.
| FString FSoundInfo::PathName |
Path name to this sound.
| TArray<FWaveInstance*> FSoundInfo::WaveInstances |
Wave instances currently used by this sound.