Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USmartObjectBehaviorDefinition
- UGameplayBehaviorSmartObjectBehaviorDefinition
- UGameplayInteractionSmartObjectBehaviorDefinition
- USmartObjectMassBehaviorDefinition
- USmartObjectTestBehaviorDefinition
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectDefinition.h |
| Include | #include "SmartObjectDefinition.h" |
Syntax
UCLASS (Abstract, NotBlueprintable, EditInlineNew, CollapseCategories, HideDropDown)
class USmartObjectBehaviorDefinition : public UObject
Remarks
Abstract class that can be extended to bind a new type of behavior framework to the smart objects by defining the required definition.