Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include | #include "UObject/Class.h" |
Syntax
struct FStructUtils
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ArePropertiesTheSame
(
const FProperty* A, |
||
| int32 | Looks for short type names within struct metadata. Returns the number found | ||
| int32 | Looks for uninitialized script struct pointers. Returns the number found | ||
| UStruct * | FindStructureInPackageChecked
(
const TCHAR* StructName, |
Locates a named structure in the package with the given name. Not expected to fail | |
| bool | TheSameLayout
(
const UStruct* StructA, |
Do structures have exactly the same memory layout |