UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SoundFieldRenderingModule.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
6
#include "
CoreMinimal.h
"
7
#include "
Modules/ModuleInterface.h
"
8
#include "
Modules/ModuleManager.h
"
9
10
class
FSoundFieldRenderingModule
:
public
IModuleInterface
11
{
12
public
:
13
virtual
void
StartupModule
()
override
;
14
15
virtual
void
ShutdownModule
()
override
;
16
17
private
:
18
};
CoreMinimal.h
ModuleInterface.h
ModuleManager.h
FSoundFieldRenderingModule
Definition
SoundFieldRenderingModule.h:11
FSoundFieldRenderingModule::StartupModule
virtual void StartupModule() override
Definition
SoundFieldRenderingModule.cpp:7
FSoundFieldRenderingModule::ShutdownModule
virtual void ShutdownModule() override
Definition
SoundFieldRenderingModule.cpp:11
IModuleInterface
Definition
ModuleInterface.h:14
Engine
Source
Runtime
SoundFieldRendering
Public
SoundFieldRenderingModule.h
Generated by
1.9.8