Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPrimitiveComponent
Description
Check if PSOs are still precaching and boost priority if not done yet. PSOPrecachePriority specifies the new priority to boost to. calls that would reduce the current priority are ignored, highest pri is used for components that are actively rendering. Returns true if the PSOs are still precaching.
| Name | CheckPSOPrecachingAndBoostPriority |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp |
bool CheckPSOPrecachingAndBoostPriority
(
EPSOPrecachePriority PSOPrecachePriority
)