UPolyEditExtrudeProperties::SaveRestoreProperties

Subclass this to save and restore in a single function.

Windows
MacOS
Linux

Override Hierarchy

UInteractiveToolPropertySet::SaveRestoreProperties()

UPolyEditExtrudeProperties::SaveRestoreProperties()

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/EditMeshPolygonsTool.h

Include

#include "EditMeshPolygonsTool.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Private/EditMeshPolygonsTool.cpp

Syntax

virtual void SaveRestoreProperties
(
    UInteractiveTool * RestoreToTool,
    bool bSaving
)

Remarks

Subclass this to save and restore in a single function. Use the SaveRestoryProperty function for each member: UMyPropertySetSubclass* PropertyCache = GetPropertyCache(); SaveRestoreProperty(PropertyCache->PropSetMember, this->PropSetMember, bSaving);

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