UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FVRamAllocation Struct Reference

#include <RHI.h>

Public Member Functions

 FVRamAllocation ()=default
 
 FVRamAllocation (uint64 InAllocationStart, uint64 InAllocationSize)
 
bool IsValid () const
 

Public Attributes

uint64 AllocationStart {}
 
uint64 AllocationSize {}
 

Constructor & Destructor Documentation

◆ FVRamAllocation() [1/2]

FVRamAllocation::FVRamAllocation ( )
default

◆ FVRamAllocation() [2/2]

FVRamAllocation::FVRamAllocation ( uint64  InAllocationStart,
uint64  InAllocationSize 
)
inline

Member Function Documentation

◆ IsValid()

bool FVRamAllocation::IsValid ( ) const
inline

Member Data Documentation

◆ AllocationSize

uint64 FVRamAllocation::AllocationSize {}

◆ AllocationStart

uint64 FVRamAllocation::AllocationStart {}

The documentation for this struct was generated from the following file: