UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CoreOnlinePackage.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3// [[ IncludeTool: Inline ]] // Markup to tell IncludeTool that this file is state changing and cannot be optimized out.
4
5#undef PACKAGE_SCOPE
6#ifdef COREONLINE_PACKAGE
7#define PACKAGE_SCOPE public
8#else
9#define PACKAGE_SCOPE protected
10#endif