Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FVector > | GetSlotLocation
(
const FSmartObjectClaimHandle& ClaimHandle |
Returns the position (in world space) of the slot associated to the given claim handle. | |
| TOptional< FVector > | GetSlotLocation
(
const FSmartObjectRequestResult& Result |
Returns the position (in world space) of the slot associated to the given request result. | |
| TOptional< FVector > | GetSlotLocation
(
const FSmartObjectSlotHandle SlotHandle |
Returns the position (in world space) of the slot represented by the provided slot handle. | |
| bool | GetSlotLocation
(
const FSmartObjectClaimHandle& ClaimHandle, |
Returns the position (in world space) of the slot associated to the given claim handle. |