UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
INotifyHook.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
#include "
Framework/PropertyViewer/PropertyPath.h
"
7
8
namespace
UE::PropertyViewer
9
{
10
12
class
INotifyHook
13
{
14
public
:
15
virtual
void
OnPreValueChange
(
const
FPropertyPath
& Path) = 0;
16
virtual
void
OnPostValueChange
(
const
FPropertyPath
& Path) = 0;
17
};
18
19
}
//namespace
CoreMinimal.h
PropertyPath.h
UE::PropertyViewer::INotifyHook
Definition
INotifyHook.h:13
UE::PropertyViewer::INotifyHook::OnPreValueChange
virtual void OnPreValueChange(const FPropertyPath &Path)=0
UE::PropertyViewer::INotifyHook::OnPostValueChange
virtual void OnPostValueChange(const FPropertyPath &Path)=0
UE::PropertyViewer
Definition
FieldIconFinder.cpp:16
UE::PropertyViewer::FPropertyPath
Definition
PropertyPath.h:27
Engine
Source
Runtime
AdvancedWidgets
Public
Framework
PropertyViewer
INotifyHook.h
Generated by
1.9.8