A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FOptionalBool Struct ReferenceBlueprintType

USTRUCT(BlueprintType) More...

#include <OptionalTypes.h>

Public Member Functions

virtual ~FOptionalBool ()
 
 GENERATED_BODY ()
 
bool Get () const
 
bool Get (bool &IsSet)
 
bool IsSet () const
 
virtual bool operator* ()
 
virtual void operator= (const bool &Value)
 
void Set (bool Value)
 

Public Attributes

TOptional< boolOptionalValue
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 120 of file OptionalTypes.h.

Constructor & Destructor Documentation

◆ ~FOptionalBool()

virtual FOptionalBool::~FOptionalBool ( )
inlinevirtual

Definition at line 127 of file OptionalTypes.h.

Member Function Documentation

◆ GENERATED_BODY()

FOptionalBool::GENERATED_BODY ( )

◆ Get() [1/2]

bool FOptionalBool::Get ( ) const
inline

Definition at line 129 of file OptionalTypes.h.

Here is the caller graph for this function:

◆ Get() [2/2]

bool FOptionalBool::Get ( bool & IsSet)
inline

Definition at line 138 of file OptionalTypes.h.

◆ IsSet()

bool FOptionalBool::IsSet ( ) const
inline

Definition at line 153 of file OptionalTypes.h.

Here is the caller graph for this function:

◆ operator*()

virtual bool FOptionalBool::operator* ( )
inlinevirtual

Definition at line 158 of file OptionalTypes.h.

◆ operator=()

virtual void FOptionalBool::operator= ( const bool & Value)
inlinevirtual

Definition at line 164 of file OptionalTypes.h.

◆ Set()

void FOptionalBool::Set ( bool Value)
inline

Definition at line 148 of file OptionalTypes.h.

Here is the caller graph for this function:

Member Data Documentation

◆ OptionalValue

TOptional<bool> FOptionalBool::OptionalValue

Definition at line 124 of file OptionalTypes.h.


The documentation for this struct was generated from the following file: