Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FEmitter
Description
Emits a NOP instruction that behaves as a default value of Arg type, but will still cause Arg to be analyzed. Use it when you want Arg to be analyzed (to record side effects on the module), but not evaluated.
| Name | Nop |
| 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 Nop
(
FValueRef Arg
)