Choose your operating system:
Windows
macOS
Linux
| UObject::PostEditChangeChainProperty()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Components/HierarchicalInstancedStaticMeshComponent.h |
Include |
#include "Components/HierarchicalInstancedStaticMeshComponent.h" |
Source |
/Engine/Source/Runtime/Engine/Private/HierarchicalInstancedStaticMesh.cpp |
virtual void PostEditChangeChainProperty
(
FPropertyChangedChainEvent & PropertyChangedEvent
)
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.