58 template<
typename ValueType>
61 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
64 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
67 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
70 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
73 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
83 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
94 template<
typename ValueType>
97 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
100 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
103 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
106 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
109 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
114 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
117 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node | UserDefinedAttribute")
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
static bool GetUserDefinedAttribute(const UInterchangeBaseNode *InterchangeNode, const FString &UserDefinedAttributeName, ValueType &OutValue, TOptional< FString > &OutPayloadKey)
Definition InterchangeUserDefinedAttribute.h:166
static bool CreateUserDefinedAttribute(UInterchangeBaseNode *InterchangeNode, const FString &UserDefinedAttributeName, const ValueType &Value, const TOptional< FString > &PayloadKey, bool RequiresDelegate=false)
Definition InterchangeUserDefinedAttribute.h:141