2024-04-22 22:10:02 -07:00
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
/*----------------------------------------------------------------------------
|
|
|
|
|
Low level includes.
|
|
|
|
|
----------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
#include "CoreTypes.h"
|
|
|
|
|
|
|
|
|
|
/*----------------------------------------------------------------------------
|
|
|
|
|
Forward declarations
|
|
|
|
|
----------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
#include "CoreFwd.h"
|
|
|
|
|
#include "UObject/UObjectHierarchyFwd.h"
|
|
|
|
|
#include "Containers/ContainersFwd.h"
|
|
|
|
|
|
|
|
|
|
/*----------------------------------------------------------------------------
|
|
|
|
|
Commonly used headers
|
|
|
|
|
----------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
#include "Misc/VarArgs.h"
|
|
|
|
|
#include "Logging/LogVerbosity.h"
|
|
|
|
|
#include "UObject/ObjectMacros.h"
|
2024-04-23 15:54:17 -07:00
|
|
|
|
#include "Delegates/Delegate.h"
|
|
|
|
|
#include "Delegates/DelegateCombinations.h"
|