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