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

#include <GeneratedBlueprintDelegateBinding.h>

Public Member Functions

 FGeneratedBlueprintDelegateBinding ()
 

Public Attributes

FName DelegatePropertyName
 
FName FunctionNameToBind
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FGeneratedBlueprintDelegateBinding()

FGeneratedBlueprintDelegateBinding::FGeneratedBlueprintDelegateBinding ( )
inline

Member Data Documentation

◆ DelegatePropertyName

FName FGeneratedBlueprintDelegateBinding::DelegatePropertyName

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

◆ FunctionNameToBind

FName FGeneratedBlueprintDelegateBinding::FunctionNameToBind

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


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