Navigation
API > API/Runtime > API/Runtime/Engine
| Type | Name | Description | |
|---|---|---|---|
| bool | SupportsCachingMeshDrawCommands
(
const FMeshBatch& MeshBatch |
Returns if specified mesh command can be cached, or needs to be recreated every frame. | |
| bool | SupportsCachingMeshDrawCommands
(
const FMeshBatch& MeshBatch, |
Returns if specified mesh command can be cached, or needs to be recreated every frame; this is a slightly slower version used for materials with external textures that need invalidating their PSOs. |