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
7
class
UVoxtaGlobalAudioPlayback
;
8
9
UCLASS(ClassGroup = Voxta, NotPlaceable, NotBlueprintType)
10
class
AVoxtaGlobalAudioPlaybackHolder
: public AActor
11
{
12
GENERATED_BODY()
13
14
#pragma region public API
15
public
:
16
AVoxtaGlobalAudioPlaybackHolder
();
17
19
UVoxtaGlobalAudioPlayback
*
GetGlobalPlaybackComponent
()
const
;
20
#pragma endregion
21
22
#pragma region data
23
private
:
24
UPROPERTY()
25
UVoxtaGlobalAudioPlayback
* m_globalAudioPlayback;
26
};
AVoxtaGlobalAudioPlaybackHolder::AVoxtaGlobalAudioPlaybackHolder
AVoxtaGlobalAudioPlaybackHolder()
Definition
VoxtaGlobalAudioPlaybackHolder.cpp:7
AVoxtaGlobalAudioPlaybackHolder::GetGlobalPlaybackComponent
UVoxtaGlobalAudioPlayback * GetGlobalPlaybackComponent() const
Definition
VoxtaGlobalAudioPlaybackHolder.cpp:14
UVoxtaGlobalAudioPlayback
Definition
VoxtaGlobalAudioPlayback.h:10
UnrealVoxta
Source
UnrealVoxta
Private
Internals
VoxtaGlobalAudioPlaybackHolder.h
Generated by
1.13.2