Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FSlateCustomVertsElement |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
| Include Path | #include "Rendering/DrawElementTypes.h" |
Syntax
struct FSlateCustomVertsElement : public FSlateDrawElement
Inheritance Hierarchy
- FSlateDrawElement → FSlateCustomVertsElement
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Indices | TArray< SlateIndex > | Rendering/DrawElementTypes.h | ||
| InstanceData | ISlateUpdatableInstanceBufferRenderProxy * | Instancing support. | Rendering/DrawElementTypes.h | |
| InstanceOffset | uint32 | Rendering/DrawElementTypes.h | ||
| NumInstances | uint32 | Rendering/DrawElementTypes.h | ||
| ResourceProxy | const FSlateShaderResourceProxy * | Rendering/DrawElementTypes.h | ||
| Vertices | TArray< FSlateVertex > | Rendering/DrawElementTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetCustomVerts
(
const FSlateShaderResourceProxy* InRenderProxy, |
Rendering/DrawElementTypes.h |