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