Navigation
BlueprintAPI > BlueprintAPI/SmartObject
Returns the entrance transform (offset and rotation combined) for a specific entrance annotation on a slot. This is equivalent to GetSlotEntranceOffsetAndRotation but returns the result as a single FTransform.
Target is Smart Object Blueprint Function Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Definition | The smart object definition to query |
| integer | Slot Index | Index of the slot to query |
| integer | Entrance Index | Index of the entrance annotation within the slot (0 for first entrance) |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| transform | Out Transform | The local space transform of the entrance (translation from Offset, rotation from Rotation, unit scale) |
| boolean | Found | True if the entrance annotation was found at the given indices |