UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EVerseScope Namespace Reference

Enumerations

enum  Type : uint8 { PublicAPI , InternalAPI , PublicUser , InternalUser }
 

Functions

PROJECTS_API TOptional< EVerseScope::TypeFromString (const TCHAR *Text)
 
PROJECTS_API const TCHARToString (const EVerseScope::Type Value)
 

Detailed Description

Describes the origin and visibility of Verse code

Enumeration Type Documentation

◆ Type

Enumerator
PublicAPI 
InternalAPI 
PublicUser 
InternalUser 

Function Documentation

◆ FromString()

TOptional< EVerseScope::Type > EVerseScope::FromString ( const TCHAR Text)

Converts a string to a EVerseScope::Type value

◆ ToString()

const TCHAR * EVerseScope::ToString ( const EVerseScope::Type  Value)

Returns the name of a Verse scope.