Navigation
API > API/Plugins > API/Plugins/MassSmartObjects
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMassModuleSettings
- UMassSmartObjectSettings
References
| Module | MassSmartObjects |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassSmartObjects/Public/MassSmartObjectSettings.h |
| Include | #include "MassSmartObjectSettings.h" |
Syntax
UCLASS&40;Config&61;Plugins, defaultconfig, DisplayName&61;"Mass SmartObject"&41;
class UMassSmartObjectSettings : public UMassModuleSettings
Remarks
Settings for the MassSmartObject module.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnAnnotationSettingsChanged | OnAnnotationSettingsChanged | ||
| float | SearchExtents | Extents used to find precomputed entry points to reach a smart object from a zone graph lane. | |
| FZoneGraphTag | SmartObjectTag | Tag used to indicate that smart objects are associated to a lane for queries using lanes. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. |