unreal.DataLinkProcessorBlueprint¶
- class unreal.DataLinkProcessorBlueprint(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
DataLinkProcessorData Link Processor Blueprint
C++ Source:
Plugin: DataLink
Module: DataLink
File: DataLinkProcessorBlueprint.h
- finalize(execution_result) None¶
Called at the end of the data link graph execution
- Parameters:
execution_result (DataLinkExecutionResult)
- initialize() None¶
Called at the start of the data link graph execution, prior to running any data link node
- process_output(output_data) None¶
Called when the data link graph execution has output data
- Parameters:
output_data (InstancedStruct)