UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IOSSystemIncludes.h File Reference
#include "CoreTypes.h"
#include "IOS/IOSPlatformCompilerSetup.h"
#include <CoreFoundation/CoreFoundation.h>
#include <string.h>
#include <alloca.h>
#include <stdlib.h>
#include <stdio.h>
#include <float.h>
#include <ctype.h>
#include <stdarg.h>
#include <stdint.h>
#include <limits.h>
#include <sys/time.h>
#include <math.h>
#include <mach/mach_time.h>
#include <wchar.h>
#include <wctype.h>
#include <errno.h>
#include <unistd.h>
#include <pthread.h>
#include <libkern/OSAtomic.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <pwd.h>
#include <fcntl.h>
#include <dirent.h>
#include <dlfcn.h>
#include <copyfile.h>
#include <utime.h>
#include <mach/mach.h>
#include <mach/mach_host.h>
#include <execinfo.h>
#include <signal.h>
#include <sys/sysctl.h>
#include <malloc/malloc.h>
#include <xmmintrin.h>

Go to the source code of this file.

Classes

struct  tagRECT
 

Macros

#define FVector   FVectorWorkaround
 
#define _aligned_malloc(Size, Align)   malloc(Size)
 
#define _aligned_realloc(Ptr, Size, Align)   realloc(Ptr,Size)
 
#define _aligned_free(Ptr)   free(Ptr)
 
#define _aligned_msize(Ptr, Align, Offset)   malloc_size(Ptr)
 

Typedefs

typedef struct tagRECT RECT
 

Macro Definition Documentation

◆ _aligned_free

#define _aligned_free (   Ptr)    free(Ptr)

◆ _aligned_malloc

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

◆ _aligned_msize

#define _aligned_msize (   Ptr,
  Align,
  Offset 
)    malloc_size(Ptr)

◆ _aligned_realloc

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

◆ FVector

Typedef Documentation

◆ RECT