Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterEditor > API/Plugins/MetaHumanCharacterEditor/UMetaHumanCharacterEditorSetting-
Description
Converts a combined profile index to a user profile index. Returns INDEX_NONE if the index falls within the default profiles range
| Name | GetUserRenderingQualityProfileIndex |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Public/MetaHumanCharacterEditorSettings.h |
| Include Path | #include "MetaHumanCharacterEditorSettings.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Private/MetaHumanCharacterEditorSettings.cpp |
UFUNCTION (BlueprintCallable, Category="Rendering")
int32 GetUserRenderingQualityProfileIndex
(
const int32 InCombinedIndex
) const