10#include "ActorPartitionSubsystem.generated.h"
175 ENGINE_API virtual void Deinitialize()
override;
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_EVENT_OneParam(OwningType, EventName, Param1Type)
Definition DelegateCombinations.h:51
#define FVector
Definition IOSSystemIncludes.h:8
UE::Math::TBox< double > FBox
Definition MathFwd.h:55
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
uint32 PointerHash(const void *Key)
Definition TypeHash.h:91
Definition PartitionActor.h:17
Definition IDelegateInstance.h:14
Definition HashBuilder.h:18
UE_FORCEINLINE_HINT uint32 GetHash() const
Definition HashBuilder.h:87
Definition SubsystemCollection.h:15
Definition AssetRegistryState.h:50
Definition UnrealString.h.inl:34
Definition SubclassOf.h:30
Definition UniquePtr.h:107
Definition ActorPartitionSubsystem.h:88
Definition WorldPartition.h:142
Definition WorldSubsystem.h:16
Chaos::FGeometryParticle * GetActor(const FActorShape &Hit)
Definition ChaosInterfaceWrapperCore.h:135
Type
Definition EngineTypes.h:1264
uint32 GetTypeHash(const FKey &Key)
Definition BlackboardKey.h:35
UClass * GetClass(UObject *Obj)
Definition ObjectFwd.cpp:8
Definition ActorPartitionSubsystem.h:95
int64 Z
Definition ActorPartitionSubsystem.h:108
int64 X
Definition ActorPartitionSubsystem.h:106
static FBox GetCellBounds(const FCellCoord &InCellCoord, uint32 InGridSize)
Definition ActorPartitionSubsystem.h:142
static FCellCoord GetCellCoord(FVector InPos, ULevel *InLevel, uint32 InGridSize)
Definition ActorPartitionSubsystem.h:123
friend uint32 GetTypeHash(const FCellCoord &CellCoord)
Definition ActorPartitionSubsystem.h:116
ULevel * Level
Definition ActorPartitionSubsystem.h:109
FCellCoord(int64 InX, int64 InY, int64 InZ, ULevel *InLevel)
Definition ActorPartitionSubsystem.h:99
int64 Y
Definition ActorPartitionSubsystem.h:107
bool operator==(const FCellCoord &Other) const
Definition ActorPartitionSubsystem.h:111
static FCellCoord GetCellCoord(FIntPoint InPos, ULevel *InLevel, uint32 InGridSize)
Definition ActorPartitionSubsystem.h:133
FCellCoord()
Definition ActorPartitionSubsystem.h:96
double FReal
Definition Vector.h:55