![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VulkanSubmission.h>
Inheritance diagram for FVulkanSyncPoint:Public Member Functions | |
| bool | IsComplete () const |
| void | Wait () const |
| FGraphEvent * | GetGraphEvent () const |
| EVulkanSyncPointType | GetType () const |
| void * | operator new (size_t Size) |
| void | operator delete (void *Pointer) |
| const TCHAR * | GetDebugName () const |
Public Member Functions inherited from FThreadSafeRefCountedObject | |
| FThreadSafeRefCountedObject ()=default | |
| FThreadSafeRefCountedObject (const FThreadSafeRefCountedObject &Rhs)=delete | |
| FThreadSafeRefCountedObject & | operator= (const FThreadSafeRefCountedObject &Rhs)=delete |
| virtual | ~FThreadSafeRefCountedObject () |
| FReturnedRefCountValue | AddRef () const |
| uint32 | Release () const |
| uint32 | GetRefCount () const |
Static Public Member Functions | |
| static FVulkanSyncPointRef | Create (EVulkanSyncPointType Type, const TCHAR *InDebugName) |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
| void FVulkanSyncPoint::Wait | ( | ) | const |