Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateDrawBuffer
Description
Locks the draw buffer. Indicates that the viewport is in use.
| Name | Lock |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/SlateDrawBuffer.h |
| Include Path | #include "Rendering/SlateDrawBuffer.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Rendering/SlateDrawBuffer.cpp |
bool Lock()
true if the buffer could be locked. False otherwise.
See Also
- Unlock