Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterEditor > API/Plugins/MetaHumanCharacterEditor/UMetaHumanCharacterEditorSubsyst-
Description
!!!!DEPRECATED!!!! USE NotifyLightingEnvironmentChanged Updates the Environment Lighting studio. This function executes an EnvironmentUpdate delegate which has a bound function inside of an EditorToolkit. It is called when change happens inside a tile view which holds lighting studio options in toolbar menu or if tonemapper option changes, or if user decides to use custom lighting environment.
| Name | UpdateLightingEnvironment |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Public/MetaHumanCharacterEditorSubsystem.h |
| Include Path | #include "MetaHumanCharacterEditorSubsystem.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Private/MetaHumanCharacterEditorSubsystem.cpp |
void UpdateLightingEnvironment
(
TNotNull< UMetaHumanCharacter * > InCharacter,
EMetaHumanCharacterEnvironment InLightingEnvironment
) const