UEditableMesh::SetAllowUndo

Sets whether undo is allowed on this mesh

Windows
MacOS
Linux

References

Module

EditableMesh

Header

/Engine/Plugins/Runtime/EditableMesh/Source/EditableMesh/Public/EditableMesh.h

Include

#include "EditableMesh.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Editable Mesh")
void SetAllowUndo
(
    const bool bInAllowUndo
)

Remarks

Sets whether undo is allowed on this mesh

Parameters

Parameter

Description

bInAllowUndo

True if undo features are enabled on this mesh. You're only allowed to call MakeUndo() if this is set to true.

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