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