A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
PlaySoundEvent.cpp
Go to the documentation of this file.
1// Copyright(c) Pixo Group. All Rights Reserved.
2
3
5
6void UPlaySoundEvent::Initialize(APlayerController* NewExecutor, USoundCue* InSoundCue)
7{
8 MySoundCue = InSoundCue;
9}
10
USoundCue * MySoundCue
void Initialize(APlayerController *NewExecutor, USoundCue *InSoundCue)