unreal.K2Node_CreateDelegate¶
- class unreal.K2Node_CreateDelegate(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
K2NodeK2Node Create Delegate
C++ Source:
Module: BlueprintGraph
File: K2Node_CreateDelegate.h
Editor Properties: (see get_editor_property/set_editor_property)
error_msg(str): [Read-Write] Error/Warning description
- get_create_delegate_function() Name¶
Returns the selected function name on a Create Event node (the dropdown value). Returns NAME_None if no function is selected.
- Return type: