Navigation
API > API/Plugins > API/Plugins/FractureEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFractureToolSettings
References
| Module | FractureEditor |
| Header | /Engine/Plugins/Experimental/ChaosEditor/Source/FractureEditor/Public/FractureTool.h |
| Include | #include "FractureTool.h" |
Syntax
UCLASS&40;Abstract, Config&61;EditorPerProjectUserSettings&41;
class UFractureToolSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UFractureModalTool > | OwnerTool |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UFractureToolSettings
(
const FObjectInitializer& ObjInit |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |