Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
FNiagaraUserParameterInfo |
| Type |
struct |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraFunctionLibrary.h |
| Include Path |
#include "NiagaraFunctionLibrary.h" |
Syntax
USTRUCT (MinimalAPI, BlueprintType )
struct FNiagaraUserParameterInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsEnumType |
bool |
|
NiagaraFunctionLibrary.h |
- EditAnywhere
- BlueprintReadOnly
- Category=Niagara
|
| ParameterName |
FName |
The name of the user parameter |
NiagaraFunctionLibrary.h |
- EditAnywhere
- BlueprintReadOnly
- Category=Niagara
|
| ParameterSizeBytes |
int32 |
|
NiagaraFunctionLibrary.h |
- EditAnywhere
- BlueprintReadOnly
- Category=Niagara
|
| ParameterType |
TObjectPtr< UStruct > |
The underlying struct or uobject class of the parameter (set to integer in case of enums) |
NiagaraFunctionLibrary.h |
- EditAnywhere
- BlueprintReadOnly
- Category=Niagara
|
| TypeName |
FName |
The name of the underlying type (e.g. Vector3f) |
NiagaraFunctionLibrary.h |
- EditAnywhere
- BlueprintReadOnly
- Category=Niagara
|