A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UBPHelperMacro_C.h
Go to the documentation of this file.
1#pragma once
12{
13
14private:
179 void GetRandomArrayElement(); //"Get Random Array Element"
370 void ThrowErrorIfNull(); //"Throw Error if Null"
582 void ThrowErrorIfEmpty(); //"Throw Error if Empty"
750 void RemoveArrayFromArray(); //"Remove Array from Array"
970 void MapContainsArray(); //"Map Contains Array"
1206 void GetRandomArrayElementWithIndex(); //"Get Random Array Element with Index"
1343 void GetRandomArrayIndex(); //"Get Random Array Index"
1619 void MapContainsAny(); //"Map Contains Any"
1712 void ArrayContainsValueInArray(); //"Array Contains Value in Array"
1852 void IsEmpty(); //"Is Empty"
2548 void DoOnceThenElse(); //"Do Once Then Else"
2749 void IsStringEmpty(); //"Is String Empty"
2923 void IsAndriod(); //"Is Andriod"
2924};
2925
A blueprint class with 13 graphs.
void GetRandomArrayElementWithIndex()