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;Blueprintable&41;
struct FCreateActorParams
Remarks
FCreateActorParams is a collection of input data intended to be passed to UModelingObjectsCreationAPI::CreateNewActor().
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | BaseName | The base name of the new Actor | |
| TObjectPtr< UWorld > | TargetWorld | Base data The World/Level the new Actor should be created in (if known). | |
| TObjectPtr< AActor > | TemplateActor | Input dataA template Actor the new Actor is based on | |
| FTransform | Transform | The 3D local-to-world transform for the new actor |