Navigation
API > API/Plugins > API/Plugins/Niagara
Completely random policy which will pull from the contexts random stream.
| Name | FNDIRandomStreamPolicy |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterface.h |
| Include Path | #include "NiagaraDataInterface.h" |
Syntax
struct FNDIRandomStreamPolicy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNDIRandomStreamPolicy
(
FVectorVMExternalFunctionContext& InContext |
NiagaraDataInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Context | FVectorVMExternalFunctionContext & | NiagaraDataInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetAndAdvance() |
NiagaraDataInterface.h | ||
bool IsDeterministic() |
NiagaraDataInterface.h | ||
float Rand
(
int32 InstanceIndex |
NiagaraDataInterface.h | ||
FVector2D Rand2
(
int32 InstanceIndex |
NiagaraDataInterface.h | ||
FVector Rand3
(
int32 InstanceIndex |
NiagaraDataInterface.h | ||
FVector4 Rand4
(
int32 InstanceIndex |
NiagaraDataInterface.h |