UZoneGraphAnnotationComponent::PostEditChangeChainProperty

This alternate version of PostEditChange is called when properties inside structs are modified.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

ZoneGraphAnnotations

Header

/Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/ZoneGraphAnnotationComponent.h

Include

#include "ZoneGraphAnnotationComponent.h"

Source

/Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Private/ZoneGraphAnnotationComponent.cpp

Syntax

virtual void PostEditChangeChainProperty
(
    FPropertyChangedChainEvent & PropertyChangedEvent
)

Remarks

This alternate version of PostEditChange is called when properties inside structs are modified. The property that was actually modified is located at the tail of the list. The head of the list of the FStructProperty member variable that contains the property that was modified.