Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FEmitter
Description
Emits an instruction that sets the material attribute with given property to given argument. Note: this API is used by the builder and you should not use it manually.
| Name | SetMaterialOutput |
| 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 |
FSetMaterialOutput * SetMaterialOutput
(
EMaterialProperty InProperty,
FValue * Arg
)