Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly
Options for new UMaterial asset created by Create() functions below.
| Name | FMaterialAssetOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/AssetUtils/CreateMaterialUtil.h |
| Include Path | #include "AssetUtils/CreateMaterialUtil.h" |
Syntax
struct FMaterialAssetOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDeferPostEditChange | bool | AssetUtils/CreateMaterialUtil.h | ||
| NewAssetPath | FString | AssetUtils/CreateMaterialUtil.h | ||
| UsePackage | UPackage * | This package will be used if it is not null, otherwise a new package will be created at NewAssetPath | AssetUtils/CreateMaterialUtil.h |