Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| |
|
| Name |
SIndexedSourceText |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/IndexedSourceText.h |
| Include Path |
#include "uLang/SourceProject/IndexedSourceText.h" |
Syntax
struct SIndexedSourceText
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| _LineIndexCache |
TArray< int64_t > & |
|
uLang/SourceProject/IndexedSourceText.h |
|
| _SourceText |
const CUTF8String |
|
uLang/SourceProject/IndexedSourceText.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
int64_t CalculateOffsetForLine
(
const int32_t TargetLine
) const
|
|
uLang/SourceProject/IndexedSourceText.h |
|