unreal.MetaHumanPipelineSlotSelectionBlueprintLibrary

class unreal.MetaHumanPipelineSlotSelectionBlueprintLibrary(outer: Object | None = None, name: Name | str = 'None')

Bases: BlueprintFunctionLibrary

brief: Exposes blueprint functions to operate on FMetaHumanPipelineSlotSelection.

C++ Source:

  • Plugin: MetaHumanCharacter

  • Module: MetaHumanCharacterPalette

  • File: MetaHumanCollectionBlueprintLibrary.h

classmethod get_selected_item_key(slot_selection) MetaHumanPaletteItemKey

Get Selected Item Key

Parameters:

slot_selection (MetaHumanPipelineSlotSelection)

Return type:

MetaHumanPaletteItemKey

classmethod get_selected_item_path(slot_selection) MetaHumanPaletteItemPath

Get Selected Item Path

Parameters:

slot_selection (MetaHumanPipelineSlotSelection)

Return type:

MetaHumanPaletteItemPath

classmethod get_selected_slot_name(slot_selection) Name

Get Selected Slot Name

Parameters:

slot_selection (MetaHumanPipelineSlotSelection)

Return type:

Name