FStructUtils

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Syntax

struct FStructUtils

Functions

Name Description

Public function Static

bool

 

ArePropertiesTheSame

(
    const FProperty* A,
    const FProperty* B,
    bool bCheckPropertiesNames
)

Public function Static

int32

 

AttemptToFindUninitializedScriptStructMembers()

Looks for uninitialized script struct pointers. Returns the number found

Public function Static

UStruct *...

 

FindStructureInPackageChecked

(
    const TCHAR* StructName,
    const TCHAR* PackageName
)

Locates a named structure in the package with the given name. Not expected to fail

Public function Static

bool

 

TheSameLayout

(
    const UStruct* StructA,
    const UStruct* StructB,
    bool bCheckPropertiesNames
)

Do structures have exactly the same memory layout

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss