Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FFeedbackContextMarkup
Description
Try to read a single exact-match token from the input stream. Must be followed by whitespace or EOL.
| Name | ReadToken |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/FeedbackContextMarkup.h |
| Include Path | #include "Misc/FeedbackContextMarkup.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/FeedbackContextMarkup.cpp |
static bool ReadToken
(
const TCHAR *& Text,
const TCHAR * Token
)