ULiveLinkTransformAxisSwitchPreProcessor::PostEditChangeChainProperty

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

Windows
MacOS
Linux

Override Hierarchy

UObject::PostEditChangeChainProperty()

ULiveLinkTransformAxisSwitchPreProcessor::PostEditChangeChainProperty()

References

Module

LiveLink

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/PreProcessor/LiveLinkAxisSwitchPreProcessor.h

Include

#include "PreProcessor/LiveLinkAxisSwitchPreProcessor.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/PreProcessor/LiveLinkAxisSwitchPreProcessor.cpp

Syntax

virtual void PostEditChangeChainProperty
(
    struct 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