Navigation
API > API/Plugins > API/Plugins/ComputeFramework > API/Plugins/ComputeFramework/FComputeDataProviderRenderProxy
Description
Called on render thread to determine invocation count and dispatch thread counts per invocation. This will only be called if the associated UComputeDataInterface returned true for IsExecutionInterface().
| Name | GetDispatchThreadCount |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Public/ComputeFramework/ComputeDataProvider.h |
| Include Path | #include "ComputeFramework/ComputeDataProvider.h" |
virtual int32 GetDispatchThreadCount
(
TArray< FIntVector > & ThreadCounts
) const