Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
| Name | USmartObjectOctree |
| Type | class |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectOctree.h |
| Include Path | #include "SmartObjectOctree.h" |
Syntax
UCLASS (MinimalAPI)
class USmartObjectOctree : public USmartObjectSpacePartition
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USmartObjectSpacePartition → USmartObjectOctree
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SmartObjectOctree | FSmartObjectOctree | SmartObjectOctree.h |
Functions
Protected
Overridden from USmartObjectSpacePartition
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Add
(
const FSmartObjectHandle Handle, |
SmartObjectOctree.h | ||
virtual void Find
(
const FBox& QueryBox, |
SmartObjectOctree.h | ||
virtual void Remove
(
const FSmartObjectHandle Handle, |
SmartObjectOctree.h | ||
virtual void SetBounds
(
const FBox& Bounds |
SmartObjectOctree.h |