Navigation
API > API/Developer > API/Developer/GDKPlatformEditor > API/Developer/GDKPlatformEditor/FGDKTargetSettingsDetails
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void NotifyPropertyChanged
(
FProperty* Property, |
GDKTargetSettingsDetails.h | ||
void NotifyPropertyChanged
(
FName PropertyName, |
GDKTargetSettingsDetails.h |
NotifyPropertyChanged(FProperty , UObject , const TSharedRef< class IPropertyUtilities >)
| Name | NotifyPropertyChanged |
| Type | function |
| Header File | /Engine/Source/Developer/Microsoft/GDKPlatformEditor/Public/GDKTargetSettingsDetails.h |
| Include Path | #include "GDKTargetSettingsDetails.h" |
| Source | /Engine/Source/Developer/Microsoft/GDKPlatformEditor/Private/GDKTargetSettingsDetails.cpp |
void NotifyPropertyChanged
(
FProperty * Property,
UObject * OwnerObject,
const TSharedRef< class IPropertyUtilities > PropertyUtilities
) const
NotifyPropertyChanged(FName, UObject *, const TSharedRef< class IPropertyUtilities >)
| Name | NotifyPropertyChanged |
| Type | function |
| Header File | /Engine/Source/Developer/Microsoft/GDKPlatformEditor/Public/GDKTargetSettingsDetails.h |
| Include Path | #include "GDKTargetSettingsDetails.h" |
| Source | /Engine/Source/Developer/Microsoft/GDKPlatformEditor/Private/GDKTargetSettingsDetails.cpp |
void NotifyPropertyChanged
(
FName PropertyName,
UObject * OwnerObject,
const TSharedRef< class IPropertyUtilities > PropertyUtilities
) const