mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
12 lines
669 B
C++
12 lines
669 B
C++
#include "AsyncOverlapQueue.h"
|
|
|
|
void UAsyncOverlapQueue::ThrottledAsyncSphereOverlapActors(AActor* ContextActor, const FVector& Location, const float Radius, const TArray<AActor*>& ActorsToIgnore, FShouldCancelOverlapProcess ShouldCancelProcess, FProcessHitActor ProcessHitActorFunction, FOnProcessComplete CompletionFunction) {
|
|
}
|
|
|
|
void UAsyncOverlapQueue::AsyncSphereOverlapActors(AActor* ContextActor, const FVector& Location, const float Radius, const TArray<AActor*>& ActorsToIgnore, FShouldCancelOverlapProcess ShouldCancelProcess, FProcessHitActor ProcessHitActorFunction, FOnProcessComplete CompletionFunction) {
|
|
}
|
|
|
|
UAsyncOverlapQueue::UAsyncOverlapQueue() {
|
|
}
|
|
|