UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VoicePackage.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3// Can't be #pragma once because other modules may define PACKAGE_SCOPE
4
5// Intended to be the last include in an exported class definition
6// Properly defines some members as "public to the module" vs "private to the consumer/user"
7
8// [[ IncludeTool: Inline ]] // Markup to tell IncludeTool that this file is state changing and cannot be optimized out.
9
10#undef PACKAGE_SCOPE
11#ifdef VOICE_PACKAGE
12#define PACKAGE_SCOPE public
13#else
14#define PACKAGE_SCOPE private
15#endif