Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGComputeKernel
Description
Initialize all buffer data to 0. This is not free so should only be used when kernel execution requires 0-initialized data, such as for counters.
| Name | DoesOutputPinRequireZeroInitialization |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeKernel.h |
| Include Path | #include "Compute/PCGComputeKernel.h" |
virtual bool DoesOutputPinRequireZeroInitialization
(
FName InOutputPinLabel
) const