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 | Private_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 |
void Private_SetMaterialOutput
(
EMaterialProperty Property,
FValueRef Arg
)