Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCollectionEditorPipeli-
Description
Returns an actor class that supports Character Instances targeting this pipeline.
This actor type will be used in the Character editor viewport.
The returned class must implement IMetaHumanCharacterEditorActorInterface.
If this returns null, it will be treated as an error but callers will handle it gracefully. Pipelines that don't have their own editor actor class can return AMetaHumanCharacterEditorActor::StaticClass().
| Name | GetEditorActorClass |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCollectionEditorPipeline.h |
| Include Path | #include "MetaHumanCollectionEditorPipeline.h" |
virtual TSubclassOf < AActor > GetEditorActorClass() const