Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly
Output information about a newly-created UMaterial, returned by Create functions below. Some fields may be null, if the relevant function did not create that type of object
| Name | FMaterialAssetResults |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/AssetUtils/CreateMaterialUtil.h |
| Include Path | #include "AssetUtils/CreateMaterialUtil.h" |
Syntax
struct FMaterialAssetResults
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NewMaterial | UMaterial * | AssetUtils/CreateMaterialUtil.h | ||
| NewMaterialInstance | UMaterialInstanceConstant * | AssetUtils/CreateMaterialUtil.h |