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