Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem > API/Plugins/SmartObjectsModule/USmartObjectSubsystem/GetSlotLocation
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include | #include "SmartObjectSubsystem.h" |
TOptional < FVector > GetSlotLocation
(
const FSmartObjectClaimHandle & ClaimHandle
) const
Remarks
Returns the position (in world space) of the slot associated to the given claim handle. Position (in world space) of the slot associated to ClaimHandle.
Parameters
| Name | Description |
|---|---|
| ClaimHandle | Handle to a claimed slot returned by any of the Claim methods. |