Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h |
| Include | #include "Misc/ExpressionParserTypes.h" |
Syntax
class FStringToken
Remarks
Simple struct that defines a specific token contained in an FTokenStream
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | CharacterIndex | ||
| int32 | LineNumber | Line number and Character index | |
| const TCHAR * | TokenEnd | The end of the token | |
| const TCHAR * | TokenStart | The start of the token |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStringToken () |
|||
FStringToken
(
const TCHAR* InStart, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Accumulate
(
const FStringToken& InToken |
Accumulate another token into this one | |
| int32 | Contextual information about this token | ||
| int32 | |||
| FString | GetString () |
Get the string representation of this token | |
| const TCHAR * | |||
| const TCHAR * | Get the position of the start and end of this token in the stream | ||
| bool | IsValid () |
Check if this token is valid |