FFence

Windows
MacOS
Linux

References

Module

VulkanRHI

Header

/Engine/Source/Runtime/VulkanRHI/Public/VulkanMemory.h

Include

#include "VulkanMemory.h"

Syntax

class FFence

Variables

Name Description

Protected variable

VkFence

 

Handle

Protected variable

FFenceManager &...

 

Owner

Protected variable

EState

 

State

Constructors

Name Description

Public function

FFence

(
    FVulkanDevice* InDevice,
    FFenceManager* InOwner,
    bool bCreateSignaled
)

Destructors

Name Description

Protected function

~FFence()

Only owner can delete!

Functions

Name Description

Public function Const

VkFence

 

GetHandle()

Public function

FFenceManage...

 

GetOwner()

Public function Const

bool

 

IsSignaled()

Enums

Name

Description

Protected enum

EState

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss