Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include | #include "SmartObjectSubsystem.h" |
Syntax
USTRUCT (BlueprintType )
struct FSmartObjectRequest
Remarks
Struct used to find a smart object within a specific search range and with optional filtering
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSmartObjectRequestFilter | Filter | Struct used to filter out some results (all results allowed by default) | |
| FBox | QueryBox | Box defining the search range |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSmartObjectRequest
(
const FBox& InQueryBox, |