Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly > API/Plugins/ModelingComponentsEditorOnly/UEditorModelingObjectsCreationAP-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FCreateActorResult CreateNewActor
(
const FCreateActorParams& CreateActorParams |
EditorModelingObjectsCreationAPI.h | ||
virtual FCreateActorResult CreateNewActor
(
FCreateActorParams&& CreateActorParams |
EditorModelingObjectsCreationAPI.h |
CreateNewActor(const FCreateActorParams &)
| Name | CreateNewActor |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/EditorModelingObjectsCreationAPI.h |
| Include Path | #include "EditorModelingObjectsCreationAPI.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Private/EditorModelingObjectsCreationAPI.cpp |
virtual FCreateActorResult CreateNewActor
(
const FCreateActorParams & CreateActorParams
)
CreateNewActor(FCreateActorParams &&)
| Name | CreateNewActor |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/EditorModelingObjectsCreationAPI.h |
| Include Path | #include "EditorModelingObjectsCreationAPI.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Private/EditorModelingObjectsCreationAPI.cpp |
virtual FCreateActorResult CreateNewActor
(
FCreateActorParams && CreateActorParams
)