Navigation
API > API/Plugins > API/Plugins/MassSmartObjects
Inheritance Hierarchy
- UObject
- UMassModuleSettings
- UMassSmartObjectSettings
References
| Module | MassSmartObjects |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassSmartObjects/Public/MassSmartObjectSettings.h |
| Include | #include "MassSmartObjectSettings.h" |
Syntax
UCLASS (Config=Plugins, defaultconfig, DisplayName="Mass SmartObject")
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. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |