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

UCLASS() More...

#include <DlgIOTesterTypes.h>

Inheritance diagram for UDlgTestObjectPrimitivesBase:
[legend]

Public Member Functions

 UDlgTestObjectPrimitivesBase ()
 
virtual void GenerateRandomData (const FDlgIOTesterOptions &InOptions)
 
virtual bool IsEqual (const Self *Other, FString &OutError) const
 
bool operator== (const Self &Other) const
 
virtual void SetToDefaults ()
 
FString ToString () const
 

Public Attributes

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

Private Types

typedef UDlgTestObjectPrimitivesBase Self
 

Private Member Functions

 GENERATED_BODY ()
 

Detailed Description

UCLASS()

Definition at line 85 of file DlgIOTesterTypes.h.

Member Typedef Documentation

◆ Self

Constructor & Destructor Documentation

◆ UDlgTestObjectPrimitivesBase()

UDlgTestObjectPrimitivesBase::UDlgTestObjectPrimitivesBase ( )
inline

Definition at line 90 of file DlgIOTesterTypes.h.

Here is the call graph for this function:

Member Function Documentation

◆ GENERATED_BODY()

UDlgTestObjectPrimitivesBase::GENERATED_BODY ( )
private

◆ GenerateRandomData()

void UDlgTestObjectPrimitivesBase::GenerateRandomData ( const FDlgIOTesterOptions & InOptions)
virtual

Reimplemented in UDlgTestObjectPrimitives_ChildA, UDlgTestObjectPrimitives_ChildB, and UDlgTestObjectPrimitives_GrandChildA_Of_ChildA.

Definition at line 12 of file DlgIOTesterTypes.cpp.

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

◆ IsEqual()

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

Reimplemented in UDlgTestObjectPrimitives_GrandChildA_Of_ChildA.

Definition at line 27 of file DlgIOTesterTypes.cpp.

Here is the caller graph for this function:

◆ operator==()

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

Definition at line 94 of file DlgIOTesterTypes.h.

Here is the call graph for this function:

◆ SetToDefaults()

void UDlgTestObjectPrimitivesBase::SetToDefaults ( )
virtual

Reimplemented in UDlgTestObjectPrimitives_ChildA, UDlgTestObjectPrimitives_ChildB, and UDlgTestObjectPrimitives_GrandChildA_Of_ChildA.

Definition at line 21 of file DlgIOTesterTypes.cpp.

Here is the caller graph for this function:

◆ ToString()

FString UDlgTestObjectPrimitivesBase::ToString ( ) const
inline

Definition at line 100 of file DlgIOTesterTypes.h.

Member Data Documentation

◆ Integer

int32 UDlgTestObjectPrimitivesBase::Integer

UPROPERTY()

Definition at line 112 of file DlgIOTesterTypes.h.

◆ Options

FDlgIOTesterOptions UDlgTestObjectPrimitivesBase::Options

Definition at line 107 of file DlgIOTesterTypes.h.

◆ String

FString UDlgTestObjectPrimitivesBase::String

UPROPERTY()

Definition at line 117 of file DlgIOTesterTypes.h.


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