Navigation API > API/Runtime > API/Runtime/RHI References Module RHI Header /Engine/Source/Runtime/RHI/Public/RHIContext.h Include #include "RHIContext.h" Syntax class IRHIPlatformCommandList Copy full snippetclass IRHIPlatformCommandList Remarks Opaque type representing a finalized platform GPU command list, which can be submitted to the GPU via RHISubmitCommandLists(). This type is intended only for use by RHI command list management. Platform RHIs provide the implementation. Constructors Type Name Description IRHIPlatformCommandList () This type is only usable by derived types (platform RHI implementations) IRHIPlatformCommandList ( IRHIPlatformCommandList&& ) Allow moving. Destructors Type Name Description ~IRHIPlatformCommandList () Operators Type Name Description IRHIPlatformCommandList & operator= ( IRHIPlatformCommandList&& )