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 |
TOptional < FVector > GetSlotLocation
(
const FSmartObjectSlotHandle SlotHandle
) const
Remarks
Returns the position (in world space) of the slot represented by the provided slot handle. Position (in world space) of the slot associated to SlotHandle.
Parameters
| Name | Description |
|---|---|
| SlotHandle | Handle to a smart object slot. |