Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/GeneratedCodeHelpers.h |
| Include | #include "GeneratedCodeHelpers.h" |
Syntax
struct FCustomThunkTemplates
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | |||
| int32 | Array_AddUnique
(
const TArray< T >& TargetArray, |
||
| int32 | Array_AddUnique_FText
(
const TArray< FText >& TargetArray, |
||
| int32 | Array_AddUnique_Struct
(
const TArray< T >& TargetArray, |
||
| void | Array_Append
(
const TArray< T >& TargetArray, |
||
| void | Array_Clear
(
const TArray< T >& TargetArray |
||
| bool | Array_Contains
(
const TArray< T >& TargetArray, |
||
| bool | Array_Contains_FText
(
const TArray< FText >& TargetArray, |
||
| bool | Array_Contains_Struct
(
const TArray< T >& TargetArray, |
||
| int32 | Array_Find
(
const TArray< T >& TargetArray, |
||
| int32 | Array_Find_FText
(
const TArray< FText >& TargetArray, |
||
| int32 | Array_Find_Struct
(
const TArray< T >& TargetArray, |
||
| void | |||
| bool | Array_Identical
(
const TArray< T >& ArrayA, |
||
| void | Array_Insert
(
const TArray< T >& TargetArray, |
||
| bool | Array_IsValidIndex
(
const TArray< T >& TargetArray, |
||
| int32 | Array_LastIndex
(
const TArray< T >& TargetArray |
||
| int32 | Array_Length
(
const TArray< T >& TargetArray |
||
| void | Array_Random
(
const TArray< T >& TargetArray, |
||
| void | Array_RandomFromStream
(
const TArray< T >& TargetArray, |
||
| void | Array_Remove
(
const TArray< T >& TargetArray, |
||
| bool | Array_RemoveItem
(
const TArray< T >& TargetArray, |
||
| bool | Array_RemoveItem_FText
(
const TArray< FText >& TargetArray, |
||
| bool | Array_RemoveItem_Struct
(
const TArray< T >& TargetArray, |
||
| void | Array_Resize
(
const TArray< T >& TargetArray, |
||
| void | Array_Reverse
(
const TArray< T >& TargetArray |
||
| void | |||
| void | Array_Shuffle
(
const TArray< T >& TargetArray |
||
| void | Array_Swap
(
const TArray< T >& TargetArray, |
||
| float | Divide_FloatFloat
(
float A, |
Replacements for CustomThunk functions from KismetMathLibrary. | |
| bool | GetDataTableRowFromName
(
UDataTable* Table, |
||
| void | Replacements for CustomThunk functions from UBlueprintMapLibrary. | ||
| void | |||
| bool | Map_Contains
(
const TMap< T, U >& TargetMap, |
||
| bool | |||
| bool | Map_IsEmpty
(
const TMap< T, U >& TargetMap |
||
| bool | Map_IsNotEmpty
(
const TMap< T, U >& TargetMap |
||
| void | |||
| int32 | Map_Length
(
const TMap< T, U >& TargetMap |
||
| bool | Map_Remove
(
TMap< T, U >& TargetMap, |
||
| void | Map_Values
(
const TMap< T, U >& TargetMap, |
||
| float | Percent_FloatFloat
(
float A, |
||
| void | Replacements for CustomThunk functions from UBlueprintSetLibrary. | ||
| void | Set_AddItems
(
TSet< T >& TargetSet, |
||
| void | |||
| bool | Set_Contains
(
const TSet< T >& TargetSet, |
||
| void | Set_Difference
(
const TSet< T >& A, |
||
| void | Set_Intersection
(
const TSet< T >& A, |
||
| bool | Set_IsEmpty
(
const TSet< T >& TargetSet |
||
| bool | Set_IsNotEmpty
(
const TSet< T >& TargetSet |
||
| int32 | Set_Length
(
const TSet< T >& TargetSet |
||
| bool | Set_Remove
(
TSet< T >& TargetSet, |
||
| void | Set_RemoveItems
(
TSet< T >& TargetSet, |
||
| void | Set_ToArray
(
const TSet< T >& A, |
||
| void | |||
| void | SetArrayPropertyByName
(
UObject* Object, |
||
| void | SetCollisionProfileNameProperty
(
UObject* Object, |
||
| void | SetMapPropertyByName
(
UObject* Object, |
||
| void | SetSetPropertyByName
(
UObject* Object, |
||
| void | SetStructurePropertyByName
(
UObject* Object, |
||
| void | StackTrace () |
Replacements for CustomThunk functions from UKismetSystemLibrary. |