![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Enumerations | |
| enum | Type : uint8 { PublicAPI , InternalAPI , PublicUser , InternalUser } |
Functions | |
| PROJECTS_API TOptional< EVerseScope::Type > | FromString (const TCHAR *Text) |
| PROJECTS_API const TCHAR * | ToString (const EVerseScope::Type Value) |
Describes the origin and visibility of Verse code
| TOptional< EVerseScope::Type > EVerseScope::FromString | ( | const TCHAR * | Text | ) |
Converts a string to a EVerseScope::Type value
| const TCHAR * EVerseScope::ToString | ( | const EVerseScope::Type | Value | ) |
Returns the name of a Verse scope.