Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
ENiagaraEditorPreviewActorRotationMode |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraEditorPreviewActor.h |
| Include Path |
#include "NiagaraEditorPreviewActor.h" |
Syntax
enum ENiagaraEditorPreviewActorRotationMode
{
None,
DirectionOfTravel,
Blueprint,
}
Values
| Name |
Remarks |
| None |
Do not apply any orientation changes to the component. |
| DirectionOfTravel |
Orient the component towards the direction of travel. |
| Blueprint |
Orient the component based on a blueprint callback. |