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

UCLASS() More...

#include <OptionalTypeLibrary.h>

Inheritance diagram for UOptionalLibrary:
[legend]

Static Public Member Functions

static bool GetBool (const FOptionalBool &Optional)
 UFUNCTION(BlueprintPure, Category = "Apex|Optional Types|Bool")
 
static float GetFloat (const FOptionalFloat &Optional)
 UFUNCTION(BlueprintPure, Category = "Apex|Optional Types|Float")
 
static int GetInt (const FOptionalInt &Optional)
 UFUNCTION(BlueprintPure, Category = "Apex|Optional Types|Int")
 
static bool IsBoolSet (const FOptionalBool &Optional)
 UFUNCTION(BlueprintPure, Category = "Apex|Optional Types|Bool")
 
static bool IsFloatSet (const FOptionalFloat &Optional)
 UFUNCTION(BlueprintPure, Category = "Apex|Optional Types|Float")
 
static bool IsIntSet (const FOptionalInt &Optional)
 UFUNCTION(BlueprintPure, Category = "Apex|Optional Types|Int")
 
static void SetBool (FOptionalBool &Optional, bool Value)
 UFUNCTION(BlueprintCallable, Category = "Apex|Optional Types|Bool")
 
static void SetFloat (FOptionalFloat &Optional, float Value)
 UFUNCTION(BlueprintCallable, Category = "Apex|Optional Types|Float")
 
static void SetInt (FOptionalInt &Optional, int Value)
 UFUNCTION(BlueprintCallable, Category = "Apex|Optional Types|Int")
 

Private Member Functions

 GENERATED_BODY ()
 

Detailed Description

UCLASS()

Definition at line 15 of file OptionalTypeLibrary.h.

Member Function Documentation

◆ GENERATED_BODY()

UOptionalLibrary::GENERATED_BODY ( )
private

◆ GetBool()

bool UOptionalLibrary::GetBool ( const FOptionalBool & Optional)
staticBlueprintPure

UFUNCTION(BlueprintPure, Category = "Apex|Optional Types|Bool")

Definition at line 16 of file OptionalTypeLibrary.cpp.

Here is the call graph for this function:

◆ GetFloat()

float UOptionalLibrary::GetFloat ( const FOptionalFloat & Optional)
staticBlueprintPure

UFUNCTION(BlueprintPure, Category = "Apex|Optional Types|Float")

Definition at line 11 of file OptionalTypeLibrary.cpp.

Here is the call graph for this function:

◆ GetInt()

int UOptionalLibrary::GetInt ( const FOptionalInt & Optional)
staticBlueprintPure

UFUNCTION(BlueprintPure, Category = "Apex|Optional Types|Int")

Definition at line 6 of file OptionalTypeLibrary.cpp.

Here is the call graph for this function:

◆ IsBoolSet()

bool UOptionalLibrary::IsBoolSet ( const FOptionalBool & Optional)
staticBlueprintPure

UFUNCTION(BlueprintPure, Category = "Apex|Optional Types|Bool")

Definition at line 46 of file OptionalTypeLibrary.cpp.

Here is the call graph for this function:

◆ IsFloatSet()

bool UOptionalLibrary::IsFloatSet ( const FOptionalFloat & Optional)
staticBlueprintPure

UFUNCTION(BlueprintPure, Category = "Apex|Optional Types|Float")

Definition at line 41 of file OptionalTypeLibrary.cpp.

Here is the call graph for this function:

◆ IsIntSet()

bool UOptionalLibrary::IsIntSet ( const FOptionalInt & Optional)
staticBlueprintPure

UFUNCTION(BlueprintPure, Category = "Apex|Optional Types|Int")

Definition at line 36 of file OptionalTypeLibrary.cpp.

Here is the call graph for this function:

◆ SetBool()

void UOptionalLibrary::SetBool ( FOptionalBool & Optional,
bool Value )
staticBlueprintCallable

UFUNCTION(BlueprintCallable, Category = "Apex|Optional Types|Bool")

Definition at line 31 of file OptionalTypeLibrary.cpp.

Here is the call graph for this function:

◆ SetFloat()

void UOptionalLibrary::SetFloat ( FOptionalFloat & Optional,
float Value )
staticBlueprintCallable

UFUNCTION(BlueprintCallable, Category = "Apex|Optional Types|Float")

Definition at line 26 of file OptionalTypeLibrary.cpp.

Here is the call graph for this function:

◆ SetInt()

void UOptionalLibrary::SetInt ( FOptionalInt & Optional,
int Value )
staticBlueprintCallable

UFUNCTION(BlueprintCallable, Category = "Apex|Optional Types|Int")

Definition at line 21 of file OptionalTypeLibrary.cpp.

Here is the call graph for this function:

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