28 UFUNCTION(BlueprintCallable, CustomThunk, Category =
"Utilities|Instanced Struct", meta = (CustomStructureParam =
"Value", BlueprintInternalUseOnly=
"true", NativeMakeFunc))
34 UFUNCTION(BlueprintCallable, CustomThunk, Category =
"Utilities|Instanced Struct", meta = (CustomStructureParam =
"Value", BlueprintInternalUseOnly=
"true"))
40 UFUNCTION(BlueprintCallable, CustomThunk, Category =
"Utilities|Instanced Struct", meta = (CustomStructureParam =
"Value", ExpandEnumAsExecs =
"ExecResult", BlueprintInternalUseOnly=
"true"))
46 UFUNCTION(BlueprintCallable, Category =
"Utilities|Instanced Struct", meta = (AdvancedDisplay =
"1"))
49 InstancedStruct.InitializeAs(StructType,
nullptr);
55 UFUNCTION(BlueprintCallable, Category =
"Utilities|Instanced Struct", meta = (DisplayName =
"Is Valid (Branch)", ExpandEnumAsExecs =
"ReturnValue"))
64 UFUNCTION(BlueprintPure, Category =
"Utilities|Instanced Struct", meta = (CompactNodeTitle =
"==", DisplayName =
"Equal", Keywords =
"== equal"))
70 UFUNCTION(BlueprintPure, Category =
"Utilities|Instanced Struct", meta = (CompactNodeTitle =
"!=", DisplayName =
"Not Equal", Keywords =
"!= not equal"))
76 UFUNCTION(BlueprintPure, Category =
"Utilities|Instanced Struct", meta = ( DisplayName =
"Is Valid"))
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UFUNCTION(BlueprintCallable, Category="Utilities|Instanced Struct", meta=(DisplayName="Is Valid (Branch)", ExpandEnumAsExecs="ReturnValue")) static EStructUtilsResult IsInstancedStructValid(UPARAM(Ref) const FInstancedStruct &InstancedStruct)
Definition BlueprintInstancedStructLibrary.h:55