Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGPathfindingSettings
Description
Gets the change impact for a given property. Can be used to signal structural or cosmetic node changes for example - calls the named version by default.
Virtual Inheritance
- UPCGSettings::GetChangeTypeForProperty → UPCGPathfindingSettings::GetChangeTypeForProperty
| Name | GetChangeTypeForProperty |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGPathfindingElement.h |
| Include Path | #include "Elements/PCGPathfindingElement.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/PCGPathfindingElement.cpp |
virtual EPCGChangeType GetChangeTypeForProperty
(
FPropertyChangedEvent & PropertyChangedEvent
) const