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 bool UsesAdditionalRHIParams() const
Remarks
If true will cast to an ICustomSlateElementRHI & call Draw_RenderThread with additional RHI params on that instead.
Note: While a bool to determine cast is not desirable, it is needed due to RHI module reference constraints