Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CDataDefinition
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CUTF8String GetScopePath
(
uLang::UTF8Char SeparatorChar, |
uLang/Semantics/DataDefinition.h | ||
void GetScopePath
(
uLang::CUTF8StringBuilder& OutBuilder, |
uLang/Semantics/DataDefinition.h |
GetScopePath(uLang::UTF8Char, CScope::EPathMode)
| Name | GetScopePath |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/DataDefinition.h |
| Include Path | #include "uLang/Semantics/DataDefinition.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/DataDefinition.cpp |
CUTF8String GetScopePath
(
uLang::UTF8Char SeparatorChar,
CScope::EPathMode Mode
) const
GetScopePath(uLang::CUTF8StringBuilder &, uLang::UTF8Char, CScope::EPathMode)
| Name | GetScopePath |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/DataDefinition.h |
| Include Path | #include "uLang/Semantics/DataDefinition.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/DataDefinition.cpp |
void GetScopePath
(
uLang::CUTF8StringBuilder & OutBuilder,
uLang::UTF8Char SeparatorChar,
CScope::EPathMode Mode
) const