Navigation
API > API/Plugins > API/Plugins/RenderTrace > API/Plugins/RenderTrace/FRenderTraceQueue
Description
Initialize the task for a list of components. Previously queued tasks will continue to process. Returns the unique ID of the task that will be sent with the OnCompletion callback, or 0 if the request was invalid or there were no valid primitives to check.
| Name | AsyncRenderTraceComponents |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RenderTrace/Source/Public/RenderTrace.h |
| Include Path | #include "RenderTrace.h" |
| Source | /Engine/Plugins/Runtime/RenderTrace/Source/Private/RenderTrace.cpp |
uint32 AsyncRenderTraceComponents
(
TArrayView < const class UPrimitiveComponent * > PrimitiveComponents,
FVector RayOrigin,
FVector RayDirection,
FRenderTraceDelegate OnComplete,
int64 UserData
)