Navigation
API > API/Plugins > API/Plugins/StructUtilsEngine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UStructUtilsFunctionLibrary
References
| Module | StructUtilsEngine |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtilsEngine/Public/StructUtilsFunctionLibrary.h |
| Include | #include "StructUtilsFunctionLibrary.h" |
Syntax
UCLASS&40;&41;
class UStructUtilsFunctionLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | EqualEqual_InstancedStruct
(
const FInstancedStruct& A, |
Checks whether two InstancedStructs (and the values contained within) are equal. | |
| void | GetInstancedStructValue
(
EStructUtilsResult& ExecResult, |
Retrieves data from an InstancedStruct if it matches the output type. | |
| EStructUtilsResult | IsInstancedStructValid
(
const FInstancedStruct& InstancedStruct |
Checks whether an InstancedStruct contains value. | |
| bool | IsValid_InstancedStruct
(
const FInstancedStruct& InstancedStruct |
Checks whether the InstancedStruct contains value. | |
| FInstancedStruct | MakeInstancedStruct
(
const int32& Value |
Create a new InstancedStruct from the given source value. | |
| bool | NotEqual_InstancedStruct
(
const FInstancedStruct& A, |
Checks whether two InstancedStructs are not equal. | |
| void | Reset
(
FInstancedStruct& InstancedStruct, |
Resets an InstancedStruct. | |
| void | SetInstancedStructValue
(
FInstancedStruct& InstancedStruct, |
Sets the value of InstancedStruct from the given source value. |