IPropertyChangeListener::SetObject

Sets the object that should be listened to for changes

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/IPropertyChangeListener.h

Include

#include "IPropertyChangeListener.h"

Syntax

void SetObject
(
    UObject & Object,
    const FPropertyListenerSettings & InPropertyListenerSettings
)

Remarks

Sets the object that should be listened to for changes

Parameters

Parameter

Description

Object

The object to listen to

InPropertyListenerSettings

Settings for which properties should be listened to

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