Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
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 |
FTransform GetSlotTransformChecked
(
const FSmartObjectSlotHandle SlotHandle
) const
Remarks
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. Transform (in world space) of the slot associated to SlotHandle.
Parameters
| Name | Description |
|---|---|
| SlotHandle | Handle to a smart object slot. |