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