FResourceSuballocation

This holds the information for a SubAllocation (a range); does NOT hold any information about what the object type is.

Windows
MacOS
Linux

Inheritance Hierarchy

FRefCount

FResourceSuballocation

FBufferSuballocation

References

Module

VulkanRHI

Header

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

Include

#include "VulkanMemory.h"

Syntax

class FResourceSuballocation : public VulkanRHI::FRefCount

Remarks

This holds the information for a SubAllocation (a range); does NOT hold any information about what the object type is.

Variables

Name Description

Protected variable

uint32

 

AlignedOffset

Protected variable

uint32

 

AllocationOffset

Protected variable

uint32

 

AllocationSize

Protected variable

uint32

 

RequestedSize

Constructors

Name Description

Public function

FResourceSuballocation

(
    uint32 InRequestedSize,
    uint32 InAlignedOffset,
    uint32 InAllocationSize,
    uint32 InAllocationOffset
)

Functions

Name Description

Public function Const

uint32

 

GetOffset()

Public function Const

uint32

 

GetSize()

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