UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBlueprintComponentDelegateBinding Struct Reference

#include <ComponentDelegateBinding.h>

Public Member Functions

 FBlueprintComponentDelegateBinding ()
 

Public Attributes

FName ComponentPropertyName
 
FName DelegatePropertyName
 
FName FunctionNameToBind
 

Detailed Description

Entry for a delegate to assign after a blueprint has been instanced

Constructor & Destructor Documentation

◆ FBlueprintComponentDelegateBinding()

FBlueprintComponentDelegateBinding::FBlueprintComponentDelegateBinding ( )
inline

Member Data Documentation

◆ ComponentPropertyName

FName FBlueprintComponentDelegateBinding::ComponentPropertyName

Name of component property that contains delegate we want to assign to.

◆ DelegatePropertyName

FName FBlueprintComponentDelegateBinding::DelegatePropertyName

Name of property on the component that we want to assign to.

◆ FunctionNameToBind

FName FBlueprintComponentDelegateBinding::FunctionNameToBind

Name of function that we want to bind to the delegate.


The documentation for this struct was generated from the following file: