Navigation
API > API/Plugins > API/Plugins/ComputeFramework > API/Plugins/ComputeFramework/UComputeDataInterface
Description
Gather permutations from the data interface. Any connected kernel will include these in its total compiled permutations.
| Name | GetPermutations |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Public/ComputeFramework/ComputeDataInterface.h |
| Include Path | #include "ComputeFramework/ComputeDataInterface.h" |
virtual void GetPermutations
(
FComputeKernelPermutationVector & OutPermutationVector
) const