UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AndroidSystemIncludes.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <ctype.h>
#include <wctype.h>
#include <pthread.h>
#include <limits.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <utime.h>
#include <unistd.h>
#include "Android/AndroidPlatformCompilerSetup.h"
#include "CoreTypes.h"

Go to the source code of this file.

Classes

struct  tagRECT
 

Macros

#define _aligned_malloc(Size, Align)   malloc(Size)
 
#define _aligned_realloc(Ptr, Size, Align)   realloc(Ptr,Size)
 
#define _aligned_free(Ptr)   free(Ptr)
 

Typedefs

typedef struct tagRECT RECT
 

Functions

int vswprintf (TCHAR *dst, int count, const TCHAR *fmt, va_list arg)
 

Macro Definition Documentation

◆ _aligned_free

#define _aligned_free (   Ptr)    free(Ptr)

◆ _aligned_malloc

#define _aligned_malloc (   Size,
  Align 
)    malloc(Size)

◆ _aligned_realloc

#define _aligned_realloc (   Ptr,
  Size,
  Align 
)    realloc(Ptr,Size)

Typedef Documentation

◆ RECT

Function Documentation

◆ vswprintf()

int vswprintf ( TCHAR dst,
int  count,
const TCHAR fmt,
va_list  arg 
)