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" |
| Source | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Private/SmartObjectSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="SmartObject")
bool GetSlotLocation
(
const FSmartObjectClaimHandle & ClaimHandle,
FVector & OutSlotLocation
) const
Remarks
Returns the position (in world space) of the slot associated to the given claim handle. Whether the location was found and assigned to 'OutSlotLocation'
Parameters
| Name | Description |
|---|---|
| ClaimHandle | Handle to a claimed slot returned by any of the Claim methods. |
| OutSlotLocation | Position (in world space) of the slot associated to ClaimHandle. |