diff --git a/Source/CollisionQueryTestActor.h b/Source/CollisionQueryTestActor.h index aa246cf..d3b552b 100644 --- a/Source/CollisionQueryTestActor.h +++ b/Source/CollisionQueryTestActor.h @@ -66,7 +66,7 @@ enum class ECollisionQueryTestMobilityType : uint8 /** * Test actor that performs a custom line trace/sweep/overlap test on tick and draws the result. */ -UCLASS(HideCategories=(Rendering, Replication, Collision, HLOD, Physics, Networking, Input, Actor, Cooking)) +UCLASS(HideCategories=(Rendering, Replication, Collision, HLOD, Physics, Networking, Input, Actor, Cooking, Level_Instance, World_Partition, Data_Layers)) class ACollisionQueryTestActor : public AActor { GENERATED_BODY()