Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/NiagaraShader/Public/NiagaraScriptBase.h |
Include |
#include "NiagaraScriptBase.h" |
enum ENiagaraGpuDispatchType
{
OneD,
TwoD,
ThreeD,
Custom,
}
Name |
Description |
---|---|
OneD |
Instances will distribute along X using platforms specific thread counts. |
TwoD |
Instances will distribute along X & Y using platforms specific thread counts. |
ThreeD |
Instances will distribute along X, Y & Z using platforms specific thread counts. |
Custom |
NumThreads will be determined manually. |