Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
Include |
#include "Rendering/RenderingCommon.h" |
class ISlateUpdatableInstanceBuffer
Represents a per instance data buffer for a custom Slate mesh element.
Name | Description | |
---|---|---|
|
~ISlateUpdatableInstanceBuffer() |
Name | Description | ||
---|---|---|---|
|
GetNumInstances() |
How many instances should we draw? |
|
|
ISlateUpdata... |
GetRenderProxy() |
Returns the pointer to the render proxy, to be forwarded to the render thread. |
|
Update ( |
Updates the buffer with the provided data. |