6#include "ActiveSoundUpdateInterface.generated.h"
13UINTERFACE(meta = (CannotImplementInterfaceInBlueprint))
99 UE_DEPRECATED(5.5,
"OnNotifyAddActiveSound is deprecated. Use NotifyActiveSoundCreated instead.")
102 UE_DEPRECATED(5.5,
"OnNotifyPendingDelete is deprecated. Use NotifyActiveSoundDeleting and/or NotifyVirtualizedSoundDeleting instead.")
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
int32 ParseParams(const FString &ParamStr, TArray< FString > &OutArray)
Definition NativeJSScripting.cpp:193
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UINTERFACE(...)
Definition ObjectMacros.h:780
Definition ActiveSoundUpdateInterface.h:20
virtual void OnNotifyPendingDelete(const FActiveSound &ActiveSound)
Definition ActiveSoundUpdateInterface.h:103
virtual void NotifyVirtualizedSoundCreated(FActiveSound &ActiveSound)
Definition ActiveSoundUpdateInterface.h:86
virtual void NotifyActiveSoundOwner(FActiveSound &ActiveSound, const UObject *Owner)
Definition ActiveSoundUpdateInterface.h:52
virtual void OnNotifyAddActiveSound(FActiveSound &ActiveSound)
Definition ActiveSoundUpdateInterface.h:100
virtual void NotifyActiveSoundCreated(FActiveSound &ActiveSound)
Definition ActiveSoundUpdateInterface.h:64
virtual void GatherInteriorData(const FActiveSound &ActiveSound, FSoundParseParameters &ParseParams)
Definition ActiveSoundUpdateInterface.h:32
virtual void NotifyActiveSoundDeleting(const FActiveSound &ActiveSound)
Definition ActiveSoundUpdateInterface.h:74
virtual void NotifyVirtualizedSoundDeleting(const FActiveSound &ActiveSound)
Definition ActiveSoundUpdateInterface.h:96
virtual void ApplyInteriorSettings(const FActiveSound &ActiveSound, FSoundParseParameters &ParseParams)
Definition ActiveSoundUpdateInterface.h:41
Definition ActiveSoundUpdateInterface.h:15
Definition Interface.h:19
Definition ActiveSound.h:283
Definition ActiveSound.h:64