UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
VoxtaGlobalAudioPlaybackHolder.h
Go to the documentation of this file.
1// Copyright(c) 2025 grrimgrriefer & DZnnah, see LICENSE for details.
2
3#pragma once
4#include "CoreMinimal.h"
5#include "VoxtaGlobalAudioPlaybackHolder.generated.h"
6
8
9UCLASS(ClassGroup = Voxta, NotPlaceable, NotBlueprintType)
11{
12 GENERATED_BODY()
13
14#pragma region public API
15public:
17
20#pragma endregion
21
22#pragma region data
23private:
24 UPROPERTY()
25 UVoxtaGlobalAudioPlayback* m_globalAudioPlayback;
26};
AVoxtaGlobalAudioPlaybackHolder()
Definition VoxtaGlobalAudioPlaybackHolder.cpp:7
UVoxtaGlobalAudioPlayback * GetGlobalPlaybackComponent() const
Definition VoxtaGlobalAudioPlaybackHolder.cpp:14
Definition VoxtaGlobalAudioPlayback.h:10