![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GeneratedBlueprintDelegateBinding.h>
Public Member Functions | |
| FGeneratedBlueprintDelegateBinding () | |
Public Attributes | |
| FName | DelegatePropertyName |
| FName | FunctionNameToBind |
Entry for a delegate to assign after a blueprint has been instanced
For this class we assume the delegate has been generated and exists on BPGC instance itself
|
inline |
| FName FGeneratedBlueprintDelegateBinding::DelegatePropertyName |
Name of property on the component that we want to assign to.
| FName FGeneratedBlueprintDelegateBinding::FunctionNameToBind |
Name of function that we want to bind to the delegate.