Navigation
API > API/Plugins > API/Plugins/ModelingComponents
FCreateTextureObjectResult is returned by UModelingObjectsCreationAPI::CreateTextureObject() to indicate success/failure and provide information about created texture objects
| Name | FCreateTextureObjectResult |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ModelingObjectsCreationAPI.h |
| Include Path | #include "ModelingObjectsCreationAPI.h" |
Syntax
USTRUCT (BlueprintType )
struct FCreateTextureObjectResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NewAsset | TObjectPtr< UObject > | A pointer to a newly-created Asset for the texture 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 |