FMeshSelectionChange

[FMeshSelectionChange](API\Plugins\ModelingComponents\Changes\FMeshSelectionChange) represents an reversible change to a [UMeshSelectionSet](API\Runtime\InteractiveToolsFramework\UMeshSelectionSet)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/Changes/MeshSelectionChange.h

Include

#include "Changes/MeshSelectionChange.h"

Syntax

class FMeshSelectionChange : public FToolCommandChange

Remarks

FMeshSelectionChange represents an reversible change to a UMeshSelectionSet

Variables

Name Description

Public variable

bool

 

bAdded

Public variable

EMeshSelectionE...

 

ElementType

Public variable

TArray< int32 >

 

Indices

Overridden from FChange

Name Description

Public function Virtual

void

 

Apply

(
    UObject* Object
)

Makes the change to the object

Public function Virtual

void

 

Revert

(
    UObject* Object
)

Reverts change to the object

Public function Virtual Const

FString

 

ToString()

Describes this change (for debugging)

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