Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Rendering
Inheritance Hierarchy
- FSlateDrawElement
- FSlateCustomVertsElement
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
Include | #include "Rendering/DrawElementTypes.h" |
Syntax
struct FSlateCustomVertsElement : public FSlateDrawElement
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< SlateIndex > | Indices | |
![]() |
ISlateUpdatableInstanceBufferRenderProxy * | InstanceData | Instancing support. |
![]() |
uint32 | InstanceOffset | |
![]() |
uint32 | NumInstances | |
![]() |
const FSlateShaderResourceProxy * | ResourceProxy | |
![]() |
TArray< FSlateVertex > | Vertices |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | SetCustomVerts
(
const FSlateShaderResourceProxy* InRenderProxy, |