UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
XmppPackage.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#undef PACKAGE_SCOPE
9#ifdef XMPP_PACKAGE
10#define PACKAGE_SCOPE public
11#else
12#define PACKAGE_SCOPE private
13#endif