Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IMaterialEnumerationProvider
Description
Tries to resolve the value for the given name. Returns true if found, false otherwise. Writes result to OutValue.
| Name | ResolveValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialEnumeration.h |
| Include Path | #include "Materials/MaterialEnumeration.h" |
bool ResolveValue
(
FName EntryName,
int32 & OutValue,
int32 DefaultValue
) const