Navigation
API > API/Runtime > API/Runtime/Engine
| Name | IMaterialEnumerationProvider |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialEnumeration.h |
| Include Path | #include "Materials/MaterialEnumeration.h" |
Syntax
class IMaterialEnumerationProvider
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachEntry
(
TFunctionRef< void(FNameName, int32Value)> Iterator |
Iterates over all name-value entries. | Materials/MaterialEnumeration.h | |
int32 GetValueOrDefault
(
FName EntryName, |
Helper to get the value for a name, or return default if not found. | Materials/MaterialEnumeration.h | |
bool ResolveValue
(
FName EntryName, |
Tries to resolve the value for the given name. | Materials/MaterialEnumeration.h |