Navigation
API > API/Plugins > API/Plugins/MassSmartObjects
Settings for the MassSmartObject module.
| Name | UMassSmartObjectSettings |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassSmartObjects/Public/MassSmartObjectSettings.h |
| Include Path | #include "MassSmartObjectSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=Plugins, defaultconfig, DisplayName="Mass SmartObject")
class UMassSmartObjectSettings : public UMassModuleSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMassModuleSettings → UMassSmartObjectSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnAnnotationSettingsChanged | FOnAnnotationSettingsChanged | MassSmartObjectSettings.h | ||
| SearchExtents | float | Extents used to find precomputed entry points to reach a smart object from a zone graph lane. | MassSmartObjectSettings.h |
|
| SmartObjectTag | FZoneGraphTag | Tag used to indicate that smart objects are associated to a lane for queries using lanes. | MassSmartObjectSettings.h |
|
Functions
Protected
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
MassSmartObjectSettings.h |