Duke's Big Numbers 1.0
C++ and Blueprint libraries for performing math, analysis, and formatting with really large numbers (>10e308).
Loading...
Searching...
No Matches
UInputHelperLibrary Class Reference

#include "InputHelperLibrary.h"

Static Public Member Functions

static ESuccessFail Key_TryKeyToDigit (const FKey &Key, int32 Radix, int32 &Digit)
 

Detailed Description

Provides blueprintable methods for working with user input

Member Function Documentation

◆ Key_TryKeyToDigit()

DBN_FORCEINLINE ESuccessFail UInputHelperLibrary::Key_TryKeyToDigit ( const FKey &  Key,
int32  Radix,
int32 &  Digit 
)
staticFlavor:Blueprint

Tries to convert an input event key to a digit.

Parameters
KeyThe key to convert
RadixThe radix of digit to convert. Valid range is 2 thru 36. For radices greater than 10, A-Z (case insensitive) are used to supply remaining digits (i.e. 0-9 and A-F for hexadecimal).
DigitOn successful return, contains the converted digit. In the case where the conversion fails due to the digit being outside the range of the radix, the converted digit is still returned, but failure is indicated via the return value.
Returns
Succeeded or Failed
Implements Opcode:
Flavor:Blueprint B ← kytoi4 KY I4 I4&

The documentation for this class was generated from the following files: