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

#include <HairStrandsInterface.h>

Public Member Functions

RENDERER_API void Release ()
 

Public Attributes

TRefCountPtr< FRDGPooledBufferBuffer = nullptr
 
FShaderResourceViewRHIRef SRV = nullptr
 
FUnorderedAccessViewRHIRef UAV = nullptr
 
EPixelFormat Format = PF_Unknown
 

Member Function Documentation

◆ Release()

void FRDGExternalBuffer::Release ( )

Member Data Documentation

◆ Buffer

TRefCountPtr<FRDGPooledBuffer> FRDGExternalBuffer::Buffer = nullptr

◆ Format

EPixelFormat FRDGExternalBuffer::Format = PF_Unknown

◆ SRV

FShaderResourceViewRHIRef FRDGExternalBuffer::SRV = nullptr

◆ UAV

FUnorderedAccessViewRHIRef FRDGExternalBuffer::UAV = nullptr

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