Navigation
API > API/Plugins > API/Plugins/NiagaraShader
Batched element parameters for gathering attributes from different slices into a single color
| Name | FBatchedElementNiagara2DArrayAttribute |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraShader/Public/NiagaraBatchedElements.h |
| Include Path | #include "NiagaraBatchedElements.h" |
Syntax
class FBatchedElementNiagara2DArrayAttribute : public FBatchedElementParameters
Inheritance Hierarchy
- FRefCountedObject → FBatchedElementParameters → FBatchedElementNiagara2DArrayAttribute
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBatchedElementNiagara2DArrayAttribute
(
const FIntVector4& InAttributeSlices, |
NiagaraBatchedElements.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGetTextureAndSamplerDelegate | TFunction< void(FRHITexture *&, FRHISamplerState *&)> | NiagaraBatchedElements.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeSlices | FIntVector4 | NiagaraBatchedElements.h | ||
| GetTextureAndSampler | FGetTextureAndSamplerDelegate | NiagaraBatchedElements.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BindShaders
(
FRHICommandList& RHICmdList, |
Binds vertex and pixel shaders for this element | NiagaraBatchedElements.h |