UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::FieldNotification::FFieldMulticastDelegate::FDelegateView Struct Reference

#include <FieldNotificationDelegate.h>

Public Member Functions

 FDelegateView (const UObject *InKeyObj, FFieldId InKeyId, const UObject *InObj, FName InFunction)
 

Public Attributes

const UObjectKeyObject
 
FFieldId KeyField
 
const UObjectBindingObject
 
FName BindingFunctionName
 

Constructor & Destructor Documentation

◆ FDelegateView()

UE::FieldNotification::FFieldMulticastDelegate::FDelegateView::FDelegateView ( const UObject InKeyObj,
FFieldId  InKeyId,
const UObject InObj,
FName  InFunction 
)
inline

Member Data Documentation

◆ BindingFunctionName

FName UE::FieldNotification::FFieldMulticastDelegate::FDelegateView::BindingFunctionName

◆ BindingObject

const UObject* UE::FieldNotification::FFieldMulticastDelegate::FDelegateView::BindingObject

◆ KeyField

FFieldId UE::FieldNotification::FFieldMulticastDelegate::FDelegateView::KeyField

◆ KeyObject

const UObject* UE::FieldNotification::FFieldMulticastDelegate::FDelegateView::KeyObject

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