Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateDrawBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Unlock () |
Rendering/SlateDrawBuffer.h | ||
void Unlock
(
const UE::Tasks::FTask& PrerequisiteTask |
Unlocks the buffer. Indicates that the buffer is free. | Rendering/SlateDrawBuffer.h |
Unlock()
| Name | Unlock |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/SlateDrawBuffer.h |
| Include Path | #include "Rendering/SlateDrawBuffer.h" |
void Unlock()
Unlock(const UE::Tasks::FTask &)
Description
Unlocks the buffer. Indicates that the buffer is free.
| Name | Unlock |
| 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 |
void Unlock
(
const UE::Tasks::FTask & PrerequisiteTask
)