Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
Description
Similarly to GetSlotTransform fetches the transform (in world space) of the indicated slot, but assumes the slot handle is valid and that the EntityManager is known. The burden of ensuring that's the case is on the caller.
| Name | GetSlotTransformChecked |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include Path | #include "SmartObjectSubsystem.h" |
| Source | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Private/SmartObjectSubsystem.cpp |
FTransform GetSlotTransformChecked
(
const FSmartObjectSlotHandle & SlotHandle
) const
Transform (in world space) of the slot associated to SlotHandle.
Parameters
| Name | Remarks |
|---|---|
| SlotHandle | Handle to a smart object slot. |