AStaticMeshActor::PostEditChangeChainProperty

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

Windows
MacOS
Linux

Override Hierarchy

UObject::PostEditChangeChainProperty()

AStaticMeshActor::PostEditChangeChainProperty()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StaticMeshActor.h

Include

#include "Engine/StaticMeshActor.h"

Source

/Engine/Source/Runtime/Engine/Private/StaticMeshActor.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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss