UAnimNotify_PlaySound

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify_PlaySound.h

Include

#include "Animation/AnimNotifies/AnimNotify_PlaySound.h"

Syntax

class UAnimNotify_PlaySound : public UAnimNotify

Variables

Name Description

Public variable

FName

 

AttachName

Socket or bone name to attach sound to.

Public variable

uint32: 1

 

bFollow

If this sound should follow its owner.

Public variable

float

 

PitchMultiplier

Pitch Multiplier.

Public variable

USoundBase *...

 

Sound

Sound to Play.

Public variable

float

 

VolumeMultiplier

Volume Multiplier.

Constructors

Name Description

Public function

UAnimNotify_PlaySound()

Functions

Overridden from UAnimNotify

Name Description

Public function Virtual

void

 

Notify

(
    USkeletalMeshComponent* MeshCo...,
    UAnimSequenceBase* Animation
)

Public function Virtual

void

 

ValidateAssociatedAssets()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss