Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | FGeometryScriptCopyMeshFromAssetOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshAssetFunctions.h |
| Include Path | #include "GeometryScript/MeshAssetFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptCopyMeshFromAssetOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bApplyBuildSettings | bool | Whether to apply Build Settings during the mesh copy. | GeometryScript/MeshAssetFunctions.h |
|
| bIgnoreRemoveDegenerates | bool | Whether to ignore the 'remove degenerates' option from Build Settings. Note: Only applies if 'Apply Build Settings' is enabled. | GeometryScript/MeshAssetFunctions.h |
|
| bRequestTangents | bool | Whether to request tangents on the copied mesh. If tangents are not requested, tangent-related build settings will also be ignored. | GeometryScript/MeshAssetFunctions.h |
|
| bUseBuildScale | bool | Whether to scale the copied mesh by the Build Setting's 'Build Scale'. Note: This is considered separately from the 'Apply Build Settings' option. | GeometryScript/MeshAssetFunctions.h |
|