Skip to content

Commit eeddb2b

Browse files
committed
WIP
1 parent c78dbae commit eeddb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kdtree/Source/Kdtree/Private/AsyncKdtreeBPLibrary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class FCollectFromKdtreeSphereAction : public FPendingLatentAction
142142
}
143143
};
144144

145-
void UAsyncKdtreeBPLibrary::CollectFromKdtreeAsync(const UObject* WorldContextObject, const FKdtree& Tree, const FVector Center,
145+
void UAsyncKdtreeBPLibrary::CollectFromKdtreeSphereAsync(const UObject* WorldContextObject, const FKdtree& Tree, const FVector Center,
146146
float Radius, TArray<int>& Indices, TArray<FVector>& Data, FLatentActionInfo LatentInfo)
147147
{
148148
if (UWorld* World = GEngine->GetWorldFromContextObject(WorldContextObject, EGetWorldErrorMode::LogAndReturnNull))

0 commit comments

Comments
 (0)