A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UBPHelperMacro_C Class ReferenceBlueprint

A blueprint class with 13 graphs. More...

#include "/PixoCore/Blueprints/HelperFunctions/BPHelperMacro"

Inheritance diagram for UBPHelperMacro_C:
[legend]

Private Member Functions

void ArrayContainsValueInArray ()
 
void DoOnceThenElse ()
 
void GetRandomArrayElement ()
 
void GetRandomArrayElementWithIndex ()
 
void GetRandomArrayIndex ()
 
void IsAndriod ()
 
void IsEmpty ()
 
void IsStringEmpty ()
 
void MapContainsAny ()
 
void MapContainsArray ()
 
void RemoveArrayFromArray ()
 
void ThrowErrorIfEmpty ()
 
void ThrowErrorIfNull ()
 

Detailed Description

A blueprint class with 13 graphs.

UDF Path:  /PixoCore /Blueprints /HelperFunctions /BPHelperMacro
Config: Config/DefaultEngine.ini

Definition at line 11 of file UBPHelperMacro_C.h.

Member Function Documentation

◆ ArrayContainsValueInArray()

void UBPHelperMacro_C::ArrayContainsValueInArray ( )
privateBlueprint
Array Contains Value in Array

Definition at line 45 of file UBPHelperMacro_C.cpp.

◆ DoOnceThenElse()

void UBPHelperMacro_C::DoOnceThenElse ( )
privateBlueprint
Do Once Then Else

Definition at line 53 of file UBPHelperMacro_C.cpp.

◆ GetRandomArrayElement()

void UBPHelperMacro_C::GetRandomArrayElement ( )
privateBlueprint
Get Random Array Element

Definition at line 13 of file UBPHelperMacro_C.cpp.

◆ GetRandomArrayElementWithIndex()

void UBPHelperMacro_C::GetRandomArrayElementWithIndex ( )
privateBlueprint
Get Random Array Element with Index

Definition at line 33 of file UBPHelperMacro_C.cpp.

◆ GetRandomArrayIndex()

void UBPHelperMacro_C::GetRandomArrayIndex ( )
privateBlueprint
Get Random Array Index

Definition at line 37 of file UBPHelperMacro_C.cpp.

◆ IsAndriod()

void UBPHelperMacro_C::IsAndriod ( )
privateBlueprint
Is Andriod

Definition at line 61 of file UBPHelperMacro_C.cpp.

Here is the caller graph for this function:

◆ IsEmpty()

void UBPHelperMacro_C::IsEmpty ( )
privateBlueprint
Is Empty

Definition at line 49 of file UBPHelperMacro_C.cpp.

◆ IsStringEmpty()

void UBPHelperMacro_C::IsStringEmpty ( )
privateBlueprint
Is String Empty

Definition at line 57 of file UBPHelperMacro_C.cpp.

◆ MapContainsAny()

void UBPHelperMacro_C::MapContainsAny ( )
privateBlueprint
Map Contains Any

Definition at line 41 of file UBPHelperMacro_C.cpp.

◆ MapContainsArray()

void UBPHelperMacro_C::MapContainsArray ( )
privateBlueprint
Map Contains Array

Definition at line 29 of file UBPHelperMacro_C.cpp.

◆ RemoveArrayFromArray()

void UBPHelperMacro_C::RemoveArrayFromArray ( )
privateBlueprint
Remove Array from Array

Definition at line 25 of file UBPHelperMacro_C.cpp.

◆ ThrowErrorIfEmpty()

void UBPHelperMacro_C::ThrowErrorIfEmpty ( )
privateBlueprint
Throw Error if Empty

Definition at line 21 of file UBPHelperMacro_C.cpp.

◆ ThrowErrorIfNull()

void UBPHelperMacro_C::ThrowErrorIfNull ( )
privateBlueprint
Throw Error if Null

Definition at line 17 of file UBPHelperMacro_C.cpp.


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