Skip to content

Commit 6c0e855

Browse files
committed
WIP
1 parent bca3f65 commit 6c0e855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Kdtree/Source/Kdtree/Private/AsyncKdtreeBPLibrary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class FCollectFromKdtreeBoxAction : public FPendingLatentAction
215215
}
216216
};
217217

218-
void UAsyncKdtreeBPLibrary::CollectFromKdtreeBoxAsync\(const UObject* WorldContextObject, const FKdtree& Tree, const FBox Box,
218+
void UAsyncKdtreeBPLibrary::CollectFromKdtreeBoxAsync(const UObject* WorldContextObject, const FKdtree& Tree, const FBox Box,
219219
TArray<int>& Indices, TArray<FVector>& Data, FLatentActionInfo LatentInfo)
220220
{
221221
if (UWorld* World = GEngine->GetWorldFromContextObject(WorldContextObject, EGetWorldErrorMode::LogAndReturnNull))

0 commit comments

Comments
 (0)