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&40;BlueprintType&41;
struct FCreateActorResult
Remarks
FCreateActorResult is returned by UModelingObjectsCreationAPI::FCreateActorParams() to indicate success/failure and provide information about created actors
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< AActor > | NewActor | A pointer to a newly-created Actor | |
| ECreateModelingObjectResult | ResultCode | Success/Failure status for the requested operation |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsOK () |