Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
ERuntimeGenRefreshReason |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path |
#include "PCGCommon.h" |
Syntax
enum ERuntimeGenRefreshReason
{
None = 0,
UserRequested = 1 << 0,
RenderStateRefresh = 1 << 1,
QualitySettings = 1 << 2,
}
Values
| Name |
Remarks |
| None |
|
| UserRequested |
Explicit user/API request. |
| RenderStateRefresh |
Render state was reset (viewport resize, component re-register, scene materials modified, etc). |
| QualitySettings |
Engine scalability or PCG quality level changed. |