IPropertyEventBroadcaster

Interface used to broadcast property changed events.

Windows
MacOS
Linux

References

Module

PropertyAccess

Header

/Engine/Source/Runtime/PropertyAccess/Public/PropertyEventInterfaces.h

Include

#include "PropertyEventInterfaces.h"

Syntax

class IPropertyEventBroadcaster

Remarks

Interface used to broadcast property changed events. Inherit from this and call BROADCAST_PROPERTY_CHANGED

Functions

Name Description

Public function Const

void

 

BroadcastPropertyChanged

(
    int32 InBroadcastId
)

Broadcast a property changing

Public function

void

 

RegisterSubscriber

(
    IPropertyEventSubscriber* InSu...,
    int32 InMappingId
)

Register a subscriber to listen for property changed events

Public function

void

 

UnregisterSubscriber

(
    IPropertyEventSubscriber* InSu...
)

Bind a delegate to the property changed event

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss