Navigation
API > API/Plugins > API/Plugins/InstancedActorsEditor > API/Plugins/InstancedActorsEditor/FInstancedActorsEditorModule
References
| Module | InstancedActorsEditor |
| Header | /Engine/Plugins/Runtime/InstancedActors/Source/InstancedActorsEditor/Public/InstancedActorsEditorModule.h |
| Include | #include "InstancedActorsEditorModule.h" |
| Source | /Engine/Plugins/Runtime/InstancedActors/Source/InstancedActorsEditor/Private/InstancedActorsEditorModule.cpp |
void SetActorToIADelegate
(
const FOnConvert & InDelegate,
const FTextFormat & ActionFormatLabelOverride
)
Remarks
Sets InDelegate as the delegate that will be executed as "Convert Actors to Instanced Actors" action.
Parameters
| Name | Description |
|---|---|
| ActionFormatLabelOverride | if supplied will be used to override the default action label. Note that this is a format string and needs to require one parameter, the Actor's name |