Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | FGeometryScriptCopyMorphTargetToAssetOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshAssetFunctions.h |
| Include Path | #include "GeometryScript/MeshAssetFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptCopyMorphTargetToAssetOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCopyNormals | bool | GeometryScript/MeshAssetFunctions.h |
|
|
| bDeferMeshPostEditChange | bool | GeometryScript/MeshAssetFunctions.h |
|
|
| bEmitTransaction | bool | GeometryScript/MeshAssetFunctions.h |
|
|
| bOverwriteExistingTarget | bool | If true and the morph target with the given name exists, it will be overwritten. | GeometryScript/MeshAssetFunctions.h |
|