FNotifyHook

Notification hook.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Misc/NotifyHook.h

Include

#include "Misc/NotifyHook.h"

Syntax

class FNotifyHook

Remarks

Notification hook.

Functions

Name Description

Public function Virtual

void

 

NotifyPostChange

(
    const FPropertyChangedEvent& Prope...,
    FProperty* PropertyThatChanged
)

Public function Virtual

void

 

NotifyPostChange

(
    const FPropertyChangedEvent& Prope...,
    FEditPropertyChain* PropertyTh...
)

Public function Virtual

void

 

NotifyPreChange

(
    FProperty* PropertyAboutToChan...
)

Public function Virtual

void

 

NotifyPreChange

(
    FEditPropertyChain* PropertyAb...
)

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