Navigation
API > API/Runtime > API/Runtime/Core
| Name | FSignatureBase |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Math/BigInt.h |
| Include Path | #include "Math/BigInt.h" |
Syntax
template<class InDataType>
struct FSignatureBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSignatureBase() |
Math/BigInt.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DataType | InDataType | Math/BigInt.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | DataType | Math/BigInt.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Math/BigInt.h | ||
void Serialize
(
FArchive& Ar |
Math/BigInt.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int64 Size() |
Math/BigInt.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FSignatureBase& InOther |
Math/BigInt.h | ||
bool operator==
(
const FSignatureBase& InOther |
Math/BigInt.h |