A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
NYReflectionTypes.h File Reference
#include "Launch/Resources/Version.h"
Include dependency graph for NYReflectionTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NY_REFLECTION_TYPES
 

Typedefs

typedef UArrayProperty FNYArrayProperty
 
typedef UBoolProperty FNYBoolProperty
 
typedef UByteProperty FNYByteProperty
 
typedef UClassProperty FNYClassProperty
 
typedef UDoubleProperty FNYDoubleProperty
 
typedef UEnumProperty FNYEnumProperty
 
typedef UFloatProperty FNYFloatProperty
 
typedef UInt16Property FNYInt16Property
 
typedef UInt64Property FNYInt64Property
 
typedef UInt8Property FNYInt8Property
 
typedef UInterfaceProperty FNYInterfaceProperty
 
typedef UIntProperty FNYIntProperty
 
typedef ULazyObjectProperty FNYLazyObjectProperty
 
typedef UMapProperty FNYMapProperty
 
typedef UNameProperty FNYNameProperty
 
typedef UNumericProperty FNYNumericProperty
 
typedef UObjectProperty FNYObjectProperty
 
typedef UObjectPropertyBase FNYObjectPropertyBase
 
typedef UProperty FNYProperty
 
typedef UClass FNYPropertyClass
 
typedef USetProperty FNYSetProperty
 
typedef USoftObjectProperty FNYSofObjectProperty
 
typedef USoftClassProperty FNYSoftClassProperty
 
typedef UStrProperty FNYStrProperty
 
typedef UStructProperty FNYStructProperty
 
typedef UTextProperty FNYTextProperty
 
typedef UUInt16Property FNYUInt16Property
 
typedef UUInt32Property FNYUInt32Property
 
typedef UUInt64Property FNYUInt64Property
 
typedef UWeakObjectProperty FNYWeakObjectProperty
 

Macro Definition Documentation

◆ NY_REFLECTION_TYPES

#define NY_REFLECTION_TYPES

Definition at line 8 of file NYReflectionTypes.h.

Typedef Documentation

◆ FNYArrayProperty

typedef UArrayProperty FNYArrayProperty

Definition at line 86 of file NYReflectionTypes.h.

◆ FNYBoolProperty

typedef UBoolProperty FNYBoolProperty

Definition at line 71 of file NYReflectionTypes.h.

◆ FNYByteProperty

typedef UByteProperty FNYByteProperty

Definition at line 60 of file NYReflectionTypes.h.

◆ FNYClassProperty

typedef UClassProperty FNYClassProperty

Definition at line 78 of file NYReflectionTypes.h.

◆ FNYDoubleProperty

typedef UDoubleProperty FNYDoubleProperty

Definition at line 70 of file NYReflectionTypes.h.

◆ FNYEnumProperty

typedef UEnumProperty FNYEnumProperty

Definition at line 94 of file NYReflectionTypes.h.

◆ FNYFloatProperty

typedef UFloatProperty FNYFloatProperty

Definition at line 69 of file NYReflectionTypes.h.

◆ FNYInt16Property

typedef UInt16Property FNYInt16Property

Definition at line 62 of file NYReflectionTypes.h.

◆ FNYInt64Property

typedef UInt64Property FNYInt64Property

Definition at line 65 of file NYReflectionTypes.h.

◆ FNYInt8Property

typedef UInt8Property FNYInt8Property

Definition at line 61 of file NYReflectionTypes.h.

◆ FNYInterfaceProperty

typedef UInterfaceProperty FNYInterfaceProperty

Definition at line 80 of file NYReflectionTypes.h.

◆ FNYIntProperty

typedef UIntProperty FNYIntProperty

Definition at line 64 of file NYReflectionTypes.h.

◆ FNYLazyObjectProperty

typedef ULazyObjectProperty FNYLazyObjectProperty

Definition at line 76 of file NYReflectionTypes.h.

◆ FNYMapProperty

typedef UMapProperty FNYMapProperty

Definition at line 87 of file NYReflectionTypes.h.

◆ FNYNameProperty

typedef UNameProperty FNYNameProperty

Definition at line 82 of file NYReflectionTypes.h.

◆ FNYNumericProperty

typedef UNumericProperty FNYNumericProperty

Definition at line 59 of file NYReflectionTypes.h.

◆ FNYObjectProperty

typedef UObjectProperty FNYObjectProperty

Definition at line 74 of file NYReflectionTypes.h.

◆ FNYObjectPropertyBase

typedef UObjectPropertyBase FNYObjectPropertyBase

Definition at line 73 of file NYReflectionTypes.h.

◆ FNYProperty

typedef UProperty FNYProperty

Definition at line 57 of file NYReflectionTypes.h.

◆ FNYPropertyClass

typedef UClass FNYPropertyClass

Definition at line 56 of file NYReflectionTypes.h.

◆ FNYSetProperty

typedef USetProperty FNYSetProperty

Definition at line 88 of file NYReflectionTypes.h.

◆ FNYSofObjectProperty

typedef USoftObjectProperty FNYSofObjectProperty

Definition at line 77 of file NYReflectionTypes.h.

◆ FNYSoftClassProperty

typedef USoftClassProperty FNYSoftClassProperty

Definition at line 79 of file NYReflectionTypes.h.

◆ FNYStrProperty

typedef UStrProperty FNYStrProperty

Definition at line 83 of file NYReflectionTypes.h.

◆ FNYStructProperty

typedef UStructProperty FNYStructProperty

Definition at line 90 of file NYReflectionTypes.h.

◆ FNYTextProperty

typedef UTextProperty FNYTextProperty

Definition at line 84 of file NYReflectionTypes.h.

◆ FNYUInt16Property

typedef UUInt16Property FNYUInt16Property

Definition at line 66 of file NYReflectionTypes.h.

◆ FNYUInt32Property

typedef UUInt32Property FNYUInt32Property

Definition at line 67 of file NYReflectionTypes.h.

◆ FNYUInt64Property

typedef UUInt64Property FNYUInt64Property

Definition at line 68 of file NYReflectionTypes.h.

◆ FNYWeakObjectProperty

typedef UWeakObjectProperty FNYWeakObjectProperty

Definition at line 75 of file NYReflectionTypes.h.