Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USmartObjectSpacePartition
- USmartObjectHashGrid
- USmartObjectOctree
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectTypes.h |
| Include | #include "SmartObjectTypes.h" |
Syntax
UCLASS (Abstract)
class USmartObjectSpacePartition : public UObject
Remarks
Base class for space partitioning structure that can be used to store smart object locations
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInstancedStruct | Add
(
const FSmartObjectHandle Handle, |
||
| void | Add
(
const FSmartObjectHandle Handle, |
||
| void | Find
(
const FBox& QueryBox, |
||
| void | Remove
(
const FSmartObjectHandle Handle, |
||
| void |