Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FEmitter
Description
Retrieves the value from the given input of given type kind. If the value is missing or its type does not have the given kind, it reports an error and returns poison.
| Name | CheckTypeIsKind |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIREmitter.h |
| Include Path | #include "Materials/MaterialIREmitter.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialIREmitter.cpp |
FValueRef CheckTypeIsKind
(
FValueRef Value,
ETypeKind Kind
)