![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <OpenGLResources.h>
Public Member Functions | |
| FOpenGLEventQuery () | |
| ~FOpenGLEventQuery () | |
| void | IssueEvent () |
| void | WaitForCompletion () |
A OpenGL event query resource.
| FOpenGLEventQuery::FOpenGLEventQuery | ( | ) |
Initialization constructor.
| FOpenGLEventQuery::~FOpenGLEventQuery | ( | ) |
| void FOpenGLEventQuery::IssueEvent | ( | ) |
Issues an event for the query to poll.
| void FOpenGLEventQuery::WaitForCompletion | ( | ) |
Waits for the event query to finish.