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

UCLASS() More...

#include <DlgIOTesterTypes.h>

Inheritance diagram for UDlgTestObjectPrimitives_ChildA:
[legend]

Public Member Functions

 UDlgTestObjectPrimitives_ChildA ()
 
void GenerateRandomData (const FDlgIOTesterOptions &InOptions) override
 
virtual bool IsEqual (const Self *Other, FString &OutError) const
 
bool IsEqual (const Super *Other, FString &OutError) const override
 
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()
 
FDlgIOTesterOptions Options
 
FString String
 UPROPERTY()
 

Private Types

typedef UDlgTestObjectPrimitives_ChildA Self
 

Private Member Functions

 GENERATED_BODY ()
 

Detailed Description

UCLASS()

Definition at line 123 of file DlgIOTesterTypes.h.

Member Typedef Documentation

◆ Self

Constructor & Destructor Documentation

◆ UDlgTestObjectPrimitives_ChildA()

UDlgTestObjectPrimitives_ChildA::UDlgTestObjectPrimitives_ChildA ( )
inline

Definition at line 128 of file DlgIOTesterTypes.h.

Here is the call graph for this function:

Member Function Documentation

◆ GENERATED_BODY()

UDlgTestObjectPrimitives_ChildA::GENERATED_BODY ( )
private

◆ GenerateRandomData()

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

Reimplemented from UDlgTestObjectPrimitivesBase.

Reimplemented in UDlgTestObjectPrimitives_GrandChildA_Of_ChildA.

Definition at line 53 of file DlgIOTesterTypes.cpp.

Here is the caller graph for this function:

◆ IsEqual() [1/2]

bool UDlgTestObjectPrimitivesBase::IsEqual ( const Self * Other,
FString & OutError ) const
virtualinherited

Reimplemented in UDlgTestObjectPrimitives_GrandChildA_Of_ChildA.

Definition at line 27 of file DlgIOTesterTypes.cpp.

Here is the caller graph for this function:

◆ IsEqual() [2/2]

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

Definition at line 65 of file DlgIOTesterTypes.cpp.

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

◆ operator==() [1/2]

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/2]

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

Definition at line 132 of file DlgIOTesterTypes.h.

Here is the call graph for this function:

◆ SetToDefaults()

void UDlgTestObjectPrimitives_ChildA::SetToDefaults ( )
overridevirtual

Reimplemented from UDlgTestObjectPrimitivesBase.

Reimplemented in UDlgTestObjectPrimitives_GrandChildA_Of_ChildA.

Definition at line 59 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

UPROPERTY()

Definition at line 145 of file DlgIOTesterTypes.h.

◆ Options

FDlgIOTesterOptions UDlgTestObjectPrimitives_ChildA::Options

Definition at line 140 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: