Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| |
|
| Name |
FNiagaraExt_StackInputData_HlslExpression |
| Type |
struct |
| Header File |
/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraExternalSystemEditorUtilities.h |
| Include Path |
#include "NiagaraExternalSystemEditorUtilities.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FNiagaraExt_StackInputData_HlslExpression : public FNiagaraExt_StackInputData
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| HlslExpression |
FString |
A single rvalue hlsl expression defining the value of this input. |
NiagaraExternalSystemEditorUtilities.h |
- EditAnywhere
- Category="Input"
|