Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USoundWave
Description
Used to determine the loading behavior that's applied by the owner of this wave. Will determine the most appropriate loading behavior if there are multiple owners. If there is no owner "Unintialized" will be returned. The results are cached in TMap below.
| Name | GetOwnerLoadingBehavior |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include Path | #include "Sound/SoundWave.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundWave.cpp |
ISoundWaveLoadingBehaviorUtil::FClassData GetOwnerLoadingBehavior
(
const ITargetPlatform * InTargetPlatform
) const