Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FEmitter
Description
Creates a vertex to pixel interpolator for the given value. The value is computed in the vertex stage, linearly interpolated across the primitive, and exposed in the pixel stage. The returned value is thus valid only in the pixel stage.
| Name | VertexInterpolator |
| 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 VertexInterpolator
(
FValueRef VertexValue
)