Navigation
API > API/Plugins > API/Plugins/NiagaraUIRenderer > API/Plugins/NiagaraUIRenderer/FNiagaraUIRenderContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawCustomVerts
(
const UMaterialInterface* Material |
Draw the vertices build in the scratch buffer, will clear the buffer post draw. | NiagaraUIRenderContext.h | |
void DrawCustomVerts
(
const UMaterialInterface* Material, |
Draw the verticies provided. | NiagaraUIRenderContext.h |
DrawCustomVerts(const UMaterialInterface *)
Description
Draw the vertices build in the scratch buffer, will clear the buffer post draw.
| Name | DrawCustomVerts |
| Type | function |
| Header File | /Engine/Plugins/FX/NiagaraUIRenderer/Source/NiagaraUIRenderer/Public/NiagaraUIRenderContext.h |
| Include Path | #include "NiagaraUIRenderContext.h" |
| Source | /Engine/Plugins/FX/NiagaraUIRenderer/Source/NiagaraUIRenderer/Private/NiagaraUIRenderContext.cpp |
void DrawCustomVerts
(
const UMaterialInterface * Material
) const
DrawCustomVerts(const UMaterialInterface *, const TArray< FSlateVertex > &, const TArray< SlateIndex > &)
Description
Draw the verticies provided.
| Name | DrawCustomVerts |
| Type | function |
| Header File | /Engine/Plugins/FX/NiagaraUIRenderer/Source/NiagaraUIRenderer/Public/NiagaraUIRenderContext.h |
| Include Path | #include "NiagaraUIRenderContext.h" |
void DrawCustomVerts
(
const UMaterialInterface * Material,
const TArray < FSlateVertex > & Vertices,
const TArray < SlateIndex > & Indices
) const