Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering > API/Runtime/SlateCore/Rendering/ICustomSlateElement
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
| Include | #include "Rendering/RenderingCommon.h" |
virtual void PostCustomElementAdded
(
class FSlateElementBatcher & ElementBatcher
) const
Remarks
Called from the game thread during element batching
Parameters
| Name | Description |
|---|---|
| ElementBatcher | Elementbatcher that added the custom element |