Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateRenderBatch
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddIndices
(
const TArray< SlateIndex >& InIndices |
Rendering/SlateRenderBatch.h | ||
void AddIndices
(
TArray< SlateIndex >&& InIndices |
Rendering/SlateRenderBatch.h |
AddIndices(const TArray< SlateIndex > &)
| Name | AddIndices |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderBatch.h |
| Include Path | #include "Rendering/SlateRenderBatch.h" |
void AddIndices
(
const TArray < SlateIndex > & InIndices
)
AddIndices(TArray< SlateIndex > &&)
| Name | AddIndices |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderBatch.h |
| Include Path | #include "Rendering/SlateRenderBatch.h" |
void AddIndices
(
TArray < SlateIndex > && InIndices
)