47 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node Container")
51 ChildrenCache.Reset();
57 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node Container")
58 void RemoveNode(const FString& NodeUniqueID)
60 Nodes.Remove(NodeUniqueID);
70 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node Container")
109 template <
typename T>
168 template <
typename T>
184 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node Container")
255 void ResetChildrenCache()
257 ChildrenCache.
Reset();
263 UFUNCTION(BlueprintCallable, Category =
"Interchange | Node")
277 void InternalReorderChildren(
TArray<FString>& Children) const;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127