UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UserDefinedStruct.h File Reference
#include "Misc/Guid.h"
#include "UObject/Class.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
#include "UObject/StructOnScope.h"
#include "UObject/WeakObjectPtr.h"
#include "Templates/SubclassOf.h"
#include "UserDefinedStruct.generated.h"

Go to the source code of this file.

Classes

class  FUserStructOnScopeIgnoreDefaults
 
class  UUserDefinedStruct
 

Enumerations

enum  EUserDefinedStructureStatus : int {
  UDSS_UpToDate , UDSS_Dirty , UDSS_Error , UDSS_Duplicate ,
  UDSS_MAX
}
 

Functions

 DECLARE_MULTICAST_DELEGATE_OneParam (FOnStructChanged, UUserDefinedStruct *)
 

Enumeration Type Documentation

◆ EUserDefinedStructureStatus

Enumerator
UDSS_UpToDate 

Struct is in an unknown state.

UDSS_Dirty 

Struct has been modified but not recompiled.

UDSS_Error 

Struct tried but failed to be compiled.

UDSS_Duplicate 

Struct is a duplicate, the original one was changed.

UDSS_MAX 

Function Documentation

◆ DECLARE_MULTICAST_DELEGATE_OneParam()

DECLARE_MULTICAST_DELEGATE_OneParam ( FOnStructChanged  ,
UUserDefinedStruct  
)