Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_InputKey
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputKey.h |
Include | #include "K2Node_InputKey.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputKey.cpp |
virtual void PostEditChangeProperty ( struct [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 |