Ark Server API (ASA) - Wiki
|
#include <Text.h>
Public Member Functions | |
FNumberParsingOptions () | |
FNumberParsingOptions & | SetUseGrouping (bool InValue) |
FNumberParsingOptions & | SetInsideLimits (bool InValue) |
FNumberParsingOptions & | SetUseClamping (bool InValue) |
bool | IsIdentical (const FNumberParsingOptions &Other) const |
Static Public Member Functions | |
static const FNumberParsingOptions & | DefaultWithGrouping () |
static const FNumberParsingOptions & | DefaultNoGrouping () |
Public Attributes | |
bool | UseGrouping |
bool | InsideLimits |
bool | UseClamping |
Friends | |
void | operator<< (FStructuredArchive::FSlot Slot, FNumberParsingOptions &Value) |
uint32 | GetTypeHash (const FNumberParsingOptions &Key) |
FNumberParsingOptions::FNumberParsingOptions | ( | ) |
|
static |
Get the default number parsing options with grouping disabled
|
static |
Get the default number parsing options with grouping enabled
bool FNumberParsingOptions::IsIdentical | ( | const FNumberParsingOptions & | Other | ) | const |
Check to see if our parsing options match the other parsing options
|
inline |
|
inline |
|
inline |
|
friend |
Get the hash code to use for the given parsing options
|
friend |
bool FNumberParsingOptions::InsideLimits |
bool FNumberParsingOptions::UseClamping |