TPropertyWatcher

Windows
MacOS
Linux

Inheritance Hierarchy

FWatchablePropertySet::FPropertyWatcher

FWatchablePropertySet::TPropertyWatcher

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveTool.h

Include

#include "InteractiveTool.h"

Syntax

template<typename PropType>
class TPropertyWatcher : public FWatchablePropertySet::FPropertyWatcher

Constructors

Name Description

Public function

TPropertyWatcher

(
    const PropType& Property,
    FChangedCallback OnChangedIn
)

Public function

TPropertyWatcher

(
    FValueGetter GetValueIn,
    FChangedCallback OnChangedIn
)

Overridden from FPropertyWatcher

Name Description

Public function Virtual

void

 

CheckAndUpdate()

Public function Virtual

void

 

SilentUpdate()

Typedefs

Name

Description

FChangedCallback

FValueGetter

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