UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TD3D11RHIGenericCommand< JobType, typename > Class Template Referencefinal

#include <D3D11Util.h>

+ Inheritance diagram for TD3D11RHIGenericCommand< JobType, typename >:

Public Member Functions

 TD3D11RHIGenericCommand (JobType &&InRHIJob)
 
void Execute (FRHICommandListBase &RHICmdList)
 
- Public Member Functions inherited from FRHICommand< TD3D11RHIGenericCommand< JobType >, FD3D11RHIGenericCommandString >
void ExecuteAndDestruct (FRHICommandListBase &CmdList) override final
 

Additional Inherited Members

- Public Attributes inherited from FRHICommandBase
FRHICommandBaseNext = nullptr
 

Constructor & Destructor Documentation

◆ TD3D11RHIGenericCommand()

template<typename JobType , typename = TEnableIf< std::is_same_v<JobType, TFunction<void()>> || std::is_same_v<JobType, TFunction<void()>&>>>
TD3D11RHIGenericCommand< JobType, typename >::TD3D11RHIGenericCommand ( JobType &&  InRHIJob)
inline

Member Function Documentation

◆ Execute()

template<typename JobType , typename = TEnableIf< std::is_same_v<JobType, TFunction<void()>> || std::is_same_v<JobType, TFunction<void()>&>>>
void TD3D11RHIGenericCommand< JobType, typename >::Execute ( FRHICommandListBase RHICmdList)
inline

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