Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly
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
| Name | FSkeletalMeshResults |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/AssetUtils/CreateSkeletalMeshUtil.h |
| Include Path | #include "AssetUtils/CreateSkeletalMeshUtil.h" |
Syntax
struct FSkeletalMeshResults
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SkeletalMesh | USkeletalMesh * | USkeletalMesh asset that was created | AssetUtils/CreateSkeletalMeshUtil.h |