Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EPSOPrecacheProxyCreationStrategy |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/PSOPrecache.h |
| Include Path |
#include "PSOPrecache.h" |
Syntax
enum EPSOPrecacheProxyCreationStrategy
{
AlwaysCreate = 0,
DelayUntilPSOPrecached = 1,
UseDefaultMaterialUntilPSOPrecached = 2,
}
Values
| Name |
Remarks |
| AlwaysCreate |
Always create the render proxy regardless of whether the PSO has finished precaching or not. |
| DelayUntilPSOPrecached |
Delay the creation of the render proxy until the PSO has finished precaching. |
| UseDefaultMaterialUntilPSOPrecached |
Create a render proxy that uses the default material if the PSO has not finished precaching by creation time. |