unreal.DataLinkProcessorBlueprint

class unreal.DataLinkProcessorBlueprint(outer: Object | None = None, name: Name | str = 'None')

Bases: DataLinkProcessor

Data 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)

get_context_object() Object

Get Context Object

Return type:

Object

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)