Navigation
API > API/Plugins > API/Plugins/PCGPythonInteropEditor > API/Plugins/PCGPythonInteropEditor/UPCGPythonDataBridge
Description
Adds data to the output collection, tagged to the given pin label. Mirrors UPCGDataFunctionLibrary::AddToCollection.
| Name | AddToCollection |
| Type | function |
| Header File | /Engine/Plugins/PCGInterops/PCGPythonInterop/Source/PCGPythonInteropEditor/Public/Helpers/PCGPythonDataBridge.h |
| Include Path | #include "Helpers/PCGPythonDataBridge.h" |
| Source | /Engine/Plugins/PCGInterops/PCGPythonInterop/Source/PCGPythonInteropEditor/Private/Helpers/PCGPythonDataBridge.cpp |
UFUNCTION (BlueprintCallable, Category="PCG|Python")
void AddToCollection
(
const UPCGData * InData,
FName InPinLabel,
TArray < FString > InTags
)