Choose your operating system:
Windows
macOS
Linux
| FNumericProperty | ||
| TProperty_Numeric
|
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include |
#include "UObject/UnrealType.h" |
class FUInt32Property :
public FNumericProperty,
public TProperty_Numeric< uint32 >
Describes a 32-bit unsigned integer variable.
Name | Description | |
---|---|---|
|
FUInt32Property ( |
|
|
FUInt32Property ( |
|
|
FUInt32Property ( |
DO NOT USE. This constructor is for internal usage only for hot-reload purposes. |
|
FUInt32Property ( |
|
|
FUInt32Property ( |
|
|
FUInt32Property ( |
|
|
FUInt32Property ( |
Name | Description | ||
---|---|---|---|
|
__DefaultConstructor ( |
||
|
UObject *... |
__VTableCtorCaller ( |
|
|
FField * |
Construct ( |
|
|
FFieldClass ... |
StaticClass() |
|
|
UClass * |
StaticClass() |
Returns a UClass object representing this class at runtime |
|
StaticClassCastFlags() |
||
|
EClassCastFl... |
StaticClassCastFlags() |
Returns the static cast flags for this class |
|
StaticClassCastFlagsPrivate() |
||
|
const TCHAR ... |
StaticPackage() |
Returns the package this class belongs in |
|
StaticRegisterNativesFUInt32Property() |
Name | Description | ||
---|---|---|---|
|
operator delete ( |
||
|
operator delete ( |
Eliminate V1062 warning from PVS-Studio while keeping MSVC and Clang happy. |
|
|
void * |
operator new ( |
|
|
void * |
operator new ( |
|
|
void * |
operator new ( |
For internal use only; use StaticConstructObject() to create new objects. |
|
void * |
operator new ( |
For internal use only; use StaticConstructObject() to create new objects. |
Name |
Description |
---|---|
Super |
Typedef for the base class (FNumericProperty) |
Super |
|
ThisClass |
Typedef for FUInt32Property. |
ThisClass |
Name |
Description |
---|---|
StaticClassFlags |
Bitwise union of EClassFlags pertaining to this class. |