![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RHIResources.h>
Inheritance diagram for FRHIBuffer:Public Member Functions | |
| const FRHIBufferDesc & | GetDesc () const |
| uint32 | GetSize () const |
| uint32 | GetStride () const |
| EBufferUsageFlags | GetUsage () const |
| void | SetName (FName InName) |
Public Member Functions inherited from FRHIViewableResource | |
| ERHIAccess | GetTrackedAccess_Unsafe () const |
| FName | GetName () const |
Public Member Functions inherited from FRHIResource | |
| RHI_API | FRHIResource (ERHIResourceType InResourceType) |
| uint32 | AddRef () const |
| uint32 | Release () const |
| uint32 | GetRefCount () const |
| bool | IsValid () const |
| void | DisableLifetimeExtension () |
| ERHIResourceType | GetType () const |
| FName | GetOwnerName () const |
| void | SetOwnerName (FName InOwnerName) |
Protected Member Functions | |
| FRHIBuffer ()=delete | |
| RHI_API | FRHIBuffer (const FRHIBufferCreateDesc &CreateDesc) |
| void | TakeOwnership (FRHIBuffer &Other) |
| void | ReleaseOwnership () |
Protected Member Functions inherited from FRHIViewableResource | |
| FRHIViewableResource (ERHIResourceType InResourceType, ERHIAccess InAccess, const TCHAR *InName, FName InOwnerName) | |
| virtual void | SetTrackedAccessFromContext (FRHITrackedAccess InTrackedAccess) |
| void | TakeOwnership (FRHIViewableResource &Other) |
| void | ReleaseOwnership () |
Protected Member Functions inherited from FRHIResource | |
| virtual RHI_API | ~FRHIResource () |
Additional Inherited Members | |
Protected Attributes inherited from FRHIViewableResource | |
| FName | Name |
|
protecteddelete |
|
protected |
Initialization constructor. Should only be called by platform RHI implementations.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |