Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshBasicEditFunctions.h |
| Include | #include "GeometryScript/MeshBasicEditFunctions.h" |
Syntax
enum EGeometryScriptCombineAttributesMode
{
EnableAllMatching,
UseTarget,
UseSource,
}
Values
| Name | Description |
|---|---|
| EnableAllMatching | Include attributes enabled on either the source or target mesh. |
| UseTarget | Only include attributes that are already enabled on the target mesh. |
| UseSource | Make the target mesh have only the attributes that are enabled on the source mesh. |
Remarks
Options for how attributes from a source and target mesh are combined into the target mesh.