Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization > API/Runtime/Core/Internationalization/FTextFormat
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include | #include "Internationalization/Text.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextFormatter.cpp |
bool ValidatePattern
&40;
const FCulturePtr & InCulture,
TArray< FString > & OutValidationErrors
&41; const
Remarks
Validate the format pattern is valid based on the rules of the given culture (or null to use the current language). true if the pattern is valid, or false if not (false may also fill in OutValidationErrors).