![]() |
Ark Server API (ASE) - Wiki
|
#include <comdef.h>#include <xmmintrin.h>#include "Crc.h"#include "Containers/TArray.h"#include "Containers/FString.h"#include "Containers/EnumAsByte.h"#include "Templates/SharedPointer.h"#include "API/Fields.h"#include "API/Enums.h"#include "API/UE/Math/Color.h"#include "Misc/GlobalObjectsArray.h"
Include dependency graph for UE.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| template<typename T > | |
| using | TAutoWeakObjectPtr = TWeakObjectPtr<T> |
Enumerations | |
| enum | EResourceSizeMode { Exclusive = 0x0 , Inclusive = 0x1 , Open = 0x2 } |
Functions | |
| FORCEINLINE uint32 | GetTypeHash (const FName &name) |
| struct | __declspec (align(8)) FTextHistory |
| template<typename T > | |
| TWeakObjectPtr< T > | GetWeakReference (T *object) |
| template<typename T > | |
| int | GetObjectClassSize () |
| template<typename T > | |
| int | GetStructSize () |
| using TAutoWeakObjectPtr = TWeakObjectPtr<T> |
| enum EResourceSizeMode |
| struct __declspec | ( | align(8) | ) |
| TWeakObjectPtr< T > GetWeakReference | ( | T * | object | ) |