Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FEmitter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FType GetCommonType
(
TConstArrayView< FValueRef > Values |
Gets the common type between the specified values types. | Materials/MaterialIREmitter.h | |
FType GetCommonType
(
FType A, |
Gets the common type between A and B and reports an error if no such type exists. | Materials/MaterialIREmitter.h |
GetCommonType(TConstArrayView< FValueRef >)
Description
Gets the common type between the specified values types. Note that values in this array are allowed to be null/poison. See GetCommonType(FType A, FType B)
| Name | GetCommonType |
| 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 |
FType GetCommonType
(
TConstArrayView< FValueRef > Values
)
GetCommonType(FType, FType)
Description
Gets the common type between A and B and reports an error if no such type exists. See TryGetCommonType()
| Name | GetCommonType |
| 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 |
FType GetCommonType
(
FType A,
FType B
)