![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ComponentDelegateBinding.h>
Public Member Functions | |
| FBlueprintComponentDelegateBinding () | |
Public Attributes | |
| FName | ComponentPropertyName |
| FName | DelegatePropertyName |
| FName | FunctionNameToBind |
Entry for a delegate to assign after a blueprint has been instanced
|
inline |
| FName FBlueprintComponentDelegateBinding::ComponentPropertyName |
Name of component property that contains delegate we want to assign to.
| FName FBlueprintComponentDelegateBinding::DelegatePropertyName |
Name of property on the component that we want to assign to.
| FName FBlueprintComponentDelegateBinding::FunctionNameToBind |
Name of function that we want to bind to the delegate.