Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/FMetaHumanCompiledParameterMappi-
Description
Evaluates the table using the given parameters as well as the current values of any cvars referenced.
OutputParameterDelegate will be called for each parameter set by the table.
It's valid to evaluate a default-constructed table. It will simply not call OutputParameterDelegate.
| Name | Evaluate |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanParameterMappingTable.h |
| Include Path | #include "MetaHumanParameterMappingTable.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanParameterMappingTable.cpp |
void Evaluate
(
const TMap < FName , FMetaHumanParameterValue > & TableInputParameters,
const TArray < FMetaHumanParameterMappingInput > & ConsoleVariableOverrides,
const FOutputParameterDelegate & OutputParameterDelegate
) const