API/Autodoc/Classes/FURuStoreError.en.md


FURuStoreError

Error information.

#include <FURuStoreError.h>

Inherited by FURuStorePayPaymentException

Public Functions

Name
FURuStoreError()
Constructor.
virtual ~FURuStoreError()
virtual FString GetTypeName()

Public Attributes

Name
const FString TypeName
FString name — Error name. Contains the simpleName of the error class.
FString description — Error message.

function FURuStoreError

inline FURuStoreError()

Constructor.

function ~FURuStoreError

inline virtual ~FURuStoreError()

function GetTypeName

inline virtual FString GetTypeName()

variable TypeName

static const FString TypeName = "FURuStoreError";

variable name

FString name;

Error name. Contains the simpleName of the error class.

variable description

FString description;

Error message.


Назад