Navigation
API > API/Plugins > API/Plugins/Niagara
How to handle how Niagara rendered effects should generate motion vectors by default (can still be overridden on a case-by-case basis)
| Name | ENiagaraDefaultRendererMotionVectorSetting |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h |
| Include Path | #include "NiagaraCommon.h" |
Syntax
enum ENiagaraDefaultRendererMotionVectorSetting
{
Precise,
Approximate,
}
Values
| Name | Remarks |
|---|---|
| Precise | Motion vectors generated are precise (ideal for motion blur and temporal anti-aliasing). |
| Approximate | Approximates the motion vectors from current velocity. |