UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRHIStreamSourceSlot Class Reference

#include <RHIResources.h>

+ Inheritance diagram for FRHIStreamSourceSlot:

Static Public Member Functions

static TRefCountPtr< FRHIStreamSourceSlotCreate (FRHIBuffer *InBuffer)
 

Additional Inherited Members

- 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 inherited from FRHIResource
virtual RHI_API ~FRHIResource ()
 

Detailed Description

Represents a simple indirection to a vertex buffer to bind to a source stream. The underlying vertex buffer can be updated dynamically using an RHI command list.

Member Function Documentation

◆ Create()

static TRefCountPtr< FRHIStreamSourceSlot > FRHIStreamSourceSlot::Create ( FRHIBuffer InBuffer)
inlinestatic

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