Navigation
API > API/Plugins > API/Plugins/NiagaraShader
| |
|
| Name |
ENiagaraDirectDispatchElementType |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/NiagaraShader/Public/NiagaraScriptBase.h |
| Include Path |
#include "NiagaraScriptBase.h" |
Syntax
enum ENiagaraDirectDispatchElementType
{
NumThreads,
NumThreadsNoClipping,
NumGroups,
}
Values
| Name |
Remarks |
| NumThreads |
Number of elements is the number of threads launched in that dimension. |
| NumThreadsNoClipping |
Number of elements is the number of threads launched in that dimension. |
| NumGroups |
Number of elements refers to the number of groups to launch. |