FMeshVertexChange

[FMeshVertexChange](API\Plugins\ModelingComponents\Changes\FMeshVertexChange) represents an reversible change to a set of vertex positions.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

ModelingComponents

Header

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

Include

#include "Changes/MeshVertexChange.h"

Syntax

class FMeshVertexChange : public FToolCommandChange

Remarks

FMeshVertexChange represents an reversible change to a set of vertex positions. Currently only a USimpleDynamicMeshComponent target is supported.

Variables

Name Description

Public variable

bool

 

bHaveOverlayNormals

Public variable

bool

 

bHaveVertexColors

Public variable

bool

 

bHaveVertexPositions

Public variable

TArray< FVector...

 

NewColors

Public variable

TArray< FVector...

 

NewNormals

Public variable

TArray< FVector...

 

NewPositions

Public variable

TArray< int32 >

 

Normals

Public variable

TArray< FVector...

 

OldColors

Public variable

TArray< FVector...

 

OldNormals

Public variable

TArray< FVector...

 

OldPositions

Public variable

TArray< int32 >

 

Vertices

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