UMovieScene2DTransformSection::PostEditImport

Called after importing property values for this object (paste, duplicate or .t3d import) Allow the object to perform any cleanup for properties which shouldn't be duplicated or are unsupported by the script serialization

Windows
MacOS
Linux

Override Hierarchy

UObject::PostEditImport()

UMovieScene2DTransformSection::PostEditImport()

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Animation/MovieScene2DTransformSection.h

Include

#include "Animation/MovieScene2DTransformSection.h"

Source

/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformSection.cpp

Syntax

virtual void PostEditImport()

Remarks

Called after importing property values for this object (paste, duplicate or .t3d import) Allow the object to perform any cleanup for properties which shouldn't be duplicated or are unsupported by the script serialization

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