Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGComputeKernelFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeKernel.h |
| Include Path |
#include "Compute/PCGComputeKernel.h" |
Syntax
enum EPCGComputeKernelFlags
{
None = 0,
HasStaticValidationErrors = 1 << 0,
LogDataDescriptions = 1 << 1,
RepeatDispatchForProfiling = 1 << 2,
}
Values
| Name |
Remarks |
| None |
|
| HasStaticValidationErrors |
Errors were detected with node setup at compute graph compilation time. |
| LogDataDescriptions |
Dump data descriptions to log. |
| RepeatDispatchForProfiling |
Dispatch compute graph containing this kernel every frame to allow profiling. |