Navigation
API > API/Runtime > API/Runtime/Projects
Describes the origin and visibility of Verse code
| Name | EVerseScope::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Projects/Public/VerseScope.h |
| Include Path | #include "VerseScope.h" |
Syntax
namespace EVerseScope
{
enum Type
{
PublicAPI,
InternalAPI,
PublicUser,
InternalUser,
}
}
Values
| Name | Remarks |
|---|---|
| PublicAPI | |
| InternalAPI | |
| PublicUser | |
| InternalUser |