Navigation
API > API/Plugins > API/Plugins/ModelingComponents
FCreateMaterialObjectResult is returned by UModelingObjectsCreationAPI::CreateMaterialObject() to indicate success/failure and provide information about created texture objects
| Name | FCreateMaterialObjectResult |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ModelingObjectsCreationAPI.h |
| Include Path | #include "ModelingObjectsCreationAPI.h" |
Syntax
USTRUCT (BlueprintType )
struct FCreateMaterialObjectResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NewAsset | TObjectPtr< UObject > | A pointer to a newly-created Asset for the material object | ModelingObjectsCreationAPI.h |
|
| ResultCode | ECreateModelingObjectResult | Success/Failure status for the requested operation | ModelingObjectsCreationAPI.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsOK() |
ModelingObjectsCreationAPI.h |