UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNotifyHook Class Reference

#include <NotifyHook.h>

Public Member Functions

virtual void NotifyPreChange (FProperty *PropertyAboutToChange)
 
virtual void NotifyPostChange (const FPropertyChangedEvent &PropertyChangedEvent, FProperty *PropertyThatChanged)
 
virtual COREUOBJECT_API void NotifyPreChange (class FEditPropertyChain *PropertyAboutToChange)
 
virtual COREUOBJECT_API void NotifyPostChange (const FPropertyChangedEvent &PropertyChangedEvent, class FEditPropertyChain *PropertyThatChanged)
 

Member Function Documentation

◆ NotifyPostChange() [1/2]

void FNotifyHook::NotifyPostChange ( const FPropertyChangedEvent PropertyChangedEvent,
class FEditPropertyChain PropertyThatChanged 
)
virtual

◆ NotifyPostChange() [2/2]

virtual void FNotifyHook::NotifyPostChange ( const FPropertyChangedEvent PropertyChangedEvent,
FProperty PropertyThatChanged 
)
inlinevirtual

◆ NotifyPreChange() [1/2]

void FNotifyHook::NotifyPreChange ( class FEditPropertyChain PropertyAboutToChange)
virtual

◆ NotifyPreChange() [2/2]

virtual void FNotifyHook::NotifyPreChange ( FProperty PropertyAboutToChange)
inlinevirtual

The documentation for this class was generated from the following files: