Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
ENiagaraMeshVFLayout::Type |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraMeshRendererProperties.h |
| Include Path |
#include "NiagaraMeshRendererProperties.h" |
Syntax
namespace ENiagaraMeshVFLayout
{
enum Type
{
Position,
Velocity,
Color,
Scale,
Rotation,
MaterialRandom,
NormalizedAge,
CustomSorting,
SubImage,
DynamicParam0,
DynamicParam1,
DynamicParam2,
DynamicParam3,
CameraOffset,
Num_Default,
PrevPosition = Num_Default,
PrevScale,
PrevRotation,
PrevCameraOffset,
PrevVelocity,
Num_Max,
}
}
Values
| Name |
Remarks |
| Position |
|
| Velocity |
|
| Color |
|
| Scale |
|
| Rotation |
|
| MaterialRandom |
|
| NormalizedAge |
|
| CustomSorting |
|
| SubImage |
|
| DynamicParam0 |
|
| DynamicParam1 |
|
| DynamicParam2 |
|
| DynamicParam3 |
|
| CameraOffset |
|
| Num_Default |
|
| PrevPosition |
The remaining layout params aren't needed unless accurate motion vectors are required. |
| PrevScale |
|
| PrevRotation |
|
| PrevCameraOffset |
|
| PrevVelocity |
|
| Num_Max |
|