Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly > API/Plugins/ModelingComponentsEditorOnly/AssetUtils
References
| Module | ModelingComponentsEditorOnly |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/AssetUtils/CreateStaticMeshUtil.h |
| Include | #include "AssetUtils/CreateStaticMeshUtil.h" |
Syntax
struct FStaticMeshResults
Remarks
Output information about a newly-created StaticMesh, returned by Create functions below. Some fields may be null, if the relevant function did not create that type of object
Variables
| Type | Name | Description | |
|---|---|---|---|
| UStaticMeshActor * | Actor | New Actor that was created for the Component (or null, if no component is created) | |
| UStaticMeshComponent * | Component | New Component that was created that references the Asset (or null, if no component is created) | |
| UStaticMesh * | StaticMesh | UStaticMesh asset that was created |