Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UBlueprintInstancedStructLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintInstancedStructLibrary.h |
| Include | #include "Kismet/BlueprintInstancedStructLibrary.h" |
Syntax
UCLASS (MinimalAPI)
class UBlueprintInstancedStructLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | EqualEqual_InstancedStruct
(
UPARAM(Ref) 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
(
UPARAM(Ref) const FInstancedStruct& InstancedStruct |
Checks whether an InstancedStruct contains value. | |
| bool | IsValid_InstancedStruct
(
UPARAM(Ref) 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
(
UPARAM(Ref) const FInstancedStruct& A, |
Checks whether two InstancedStructs are not equal. | |
| void | Reset
(
UPARAM(Ref) FInstancedStruct& InstancedStruct, |
Resets an InstancedStruct. | |
| void | SetInstancedStructValue
(
UPARAM(Ref) FInstancedStruct& InstancedStruct, |
Sets the value of InstancedStruct from the given source value. |