Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | ENiagaraMeshLockedAxisSpace |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraMeshRendererProperties.h |
| Include Path | #include "NiagaraMeshRendererProperties.h" |
Syntax
enum ENiagaraMeshLockedAxisSpace
{
Simulation,
World,
Local,
}
Values
| Name | Remarks |
|---|---|
| Simulation | The locked axis is in the emitter's local space if the emitter is marked as local-space, or in world space otherwise |
| World | The locked axis is in world space |
| Local | The locked axis is in the emitter's local space |