#include <Text.h>
◆ FNumberParsingOptions()
| FNumberParsingOptions::FNumberParsingOptions |
( |
| ) |
|
◆ DefaultNoGrouping()
Get the default number parsing options with grouping disabled
◆ DefaultWithGrouping()
Get the default number parsing options with grouping enabled
◆ IsIdentical()
Check to see if our parsing options match the other parsing options
◆ SetInsideLimits()
◆ SetUseClamping()
◆ SetUseGrouping()
◆ GetTypeHash
Get the hash code to use for the given parsing options
◆ operator<<
◆ InsideLimits
| bool FNumberParsingOptions::InsideLimits |
The number needs to be representable inside its type limits to be considered valid.
◆ UseClamping
| bool FNumberParsingOptions::UseClamping |
Clamp the parsed value to its type limits.
◆ UseGrouping
| bool FNumberParsingOptions::UseGrouping |
The documentation for this struct was generated from the following files:
- Engine/Source/Runtime/Core/Public/Internationalization/Text.h
- Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp