Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor > UGraphEditorSettings
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/GraphEditorSettings.h |
Include | #include "GraphEditorSettings.h" |
Source | /Engine/Source/Editor/GraphEditor/Private/GraphEditorSettings.cpp |
virtual void PostEditChangeProperty ( [FPropertyChangedEvent](API\Runtime\CoreUObject\UObject\FPropertyChangedEvent) & PropertyChangedEvent )
Remarks
Called when a property on this object has been modified externally
Parameters
Name | Description |
---|---|
PropertyThatChanged | the property that was modified |