Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FUserDefinedStructEditorUtils |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/UserDefinedStructEditorUtils.h |
| Include Path | #include "StructUtils/UserDefinedStructEditorUtils.h" |
Syntax
struct FUserDefinedStructEditorUtils
Enums
Public
| Name | Remarks |
|---|---|
| EStructureError | VALIDATION. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnUserDefinedStructChanged | TBaseDelegate_OneParam< void, UUserDefinedStruct * > | NOTIFICATION. | StructUtils/UserDefinedStructEditorUtils.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OnUserDefinedStructChanged | FOnUserDefinedStructChanged | StructUtils/UserDefinedStructEditorUtils.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static EStructureError IsStructureValid
(
const UScriptStruct* Struct, |
Can the structure be a member variable for a BPGClass or BPGStruct | StructUtils/UserDefinedStructEditorUtils.h | |
static void OnStructureChanged
(
UUserDefinedStruct* Struct |
Called after UDS was changed by editor | StructUtils/UserDefinedStructEditorUtils.h |