A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UDlgTestObjectPrimitives_GrandChildA_Of_ChildA Class Reference

UCLASS() More...

#include <DlgIOTesterTypes.h>

Inheritance diagram for UDlgTestObjectPrimitives_GrandChildA_Of_ChildA:
[legend]

Public Member Functions

 UDlgTestObjectPrimitives_GrandChildA_Of_ChildA ()
 
void GenerateRandomData (const FDlgIOTesterOptions &InOptions) override
 
bool IsEqual (const Super *Other, FString &OutError) const override
 
bool IsEqual (const SuperBase *Other, FString &OutError) const override
 
bool operator== (const Self &Other) const
 
bool operator== (const Self &Other) const
 
bool operator== (const Self &Other) const
 
void SetToDefaults () override
 
FString ToString () const
 

Public Attributes

int32 Integer
 UPROPERTY()
 
int32 IntegerChildA
 UPROPERTY()
 
int32 IntegerGrandChildA_Of_ChildA
 UPROPERTY()
 
FDlgIOTesterOptions Options
 
FString String
 UPROPERTY()
 

Private Types

typedef UDlgTestObjectPrimitives_GrandChildA_Of_ChildA Self
 
typedef UDlgTestObjectPrimitivesBase SuperBase
 

Private Member Functions

 GENERATED_BODY ()
 

Detailed Description

UCLASS()

Definition at line 179 of file DlgIOTesterTypes.h.

Member Typedef Documentation

◆ Self

◆ SuperBase

Constructor & Destructor Documentation

◆ UDlgTestObjectPrimitives_GrandChildA_Of_ChildA()

UDlgTestObjectPrimitives_GrandChildA_Of_ChildA::UDlgTestObjectPrimitives_GrandChildA_Of_ChildA ( )
inline

Definition at line 185 of file DlgIOTesterTypes.h.

Here is the call graph for this function:

Member Function Documentation

◆ GENERATED_BODY()

UDlgTestObjectPrimitives_GrandChildA_Of_ChildA::GENERATED_BODY ( )
private

◆ GenerateRandomData()

void UDlgTestObjectPrimitives_GrandChildA_Of_ChildA::GenerateRandomData ( const FDlgIOTesterOptions & InOptions)
overridevirtual

Reimplemented from UDlgTestObjectPrimitives_ChildA.

Definition at line 120 of file DlgIOTesterTypes.cpp.

Here is the caller graph for this function:

◆ IsEqual() [1/2]

bool UDlgTestObjectPrimitives_ChildA::IsEqual ( const Super * Other,
FString & OutError ) const
overrideinherited

Definition at line 65 of file DlgIOTesterTypes.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsEqual() [2/2]

bool UDlgTestObjectPrimitives_GrandChildA_Of_ChildA::IsEqual ( const SuperBase * Other,
FString & OutError ) const
overridevirtual

Reimplemented from UDlgTestObjectPrimitivesBase.

Definition at line 132 of file DlgIOTesterTypes.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator==() [1/3]

bool UDlgTestObjectPrimitivesBase::operator== ( const Self & Other) const
inlineinherited

Definition at line 94 of file DlgIOTesterTypes.h.

Here is the call graph for this function:

◆ operator==() [2/3]

bool UDlgTestObjectPrimitives_ChildA::operator== ( const Self & Other) const
inlineinherited

Definition at line 132 of file DlgIOTesterTypes.h.

Here is the call graph for this function:

◆ operator==() [3/3]

bool UDlgTestObjectPrimitives_GrandChildA_Of_ChildA::operator== ( const Self & Other) const
inline

Definition at line 189 of file DlgIOTesterTypes.h.

Here is the call graph for this function:

◆ SetToDefaults()

void UDlgTestObjectPrimitives_GrandChildA_Of_ChildA::SetToDefaults ( )
overridevirtual

Reimplemented from UDlgTestObjectPrimitives_ChildA.

Definition at line 126 of file DlgIOTesterTypes.cpp.

Here is the caller graph for this function:

◆ ToString()

FString UDlgTestObjectPrimitivesBase::ToString ( ) const
inlineinherited

Definition at line 100 of file DlgIOTesterTypes.h.

Member Data Documentation

◆ Integer

int32 UDlgTestObjectPrimitivesBase::Integer
inherited

UPROPERTY()

Definition at line 112 of file DlgIOTesterTypes.h.

◆ IntegerChildA

int32 UDlgTestObjectPrimitives_ChildA::IntegerChildA
inherited

UPROPERTY()

Definition at line 145 of file DlgIOTesterTypes.h.

◆ IntegerGrandChildA_Of_ChildA

int32 UDlgTestObjectPrimitives_GrandChildA_Of_ChildA::IntegerGrandChildA_Of_ChildA

UPROPERTY()

Definition at line 202 of file DlgIOTesterTypes.h.

◆ Options

FDlgIOTesterOptions UDlgTestObjectPrimitives_GrandChildA_Of_ChildA::Options

Definition at line 197 of file DlgIOTesterTypes.h.

◆ String

FString UDlgTestObjectPrimitivesBase::String
inherited

UPROPERTY()

Definition at line 117 of file DlgIOTesterTypes.h.


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