Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Changes
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Changes/MeshSelectionChange.h |
| Include | #include "Changes/MeshSelectionChange.h" |
Syntax
class FMeshSelectionChangeBuilder
Remarks
FMeshSelectionChangeBuilder can be used to construct a FMeshSelectionChange.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FMeshSelectionChange > | Change |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeshSelectionChangeBuilder
(
EMeshSelectionElementType ElementType, |
Initialize of a selection change of given type. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
int32 ElementID |
Add ElementID to list of changed elements (which may then be added or removed, depending on bAdding parameter to constructor) | |
| void | Add Array of elements | ||
| void | Add Set of elements |