BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Transform
Returns the inverse of the given transform T.
Example: Given a LocalToWorld transform, WorldToLocal will be returned.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
transform | T | The transform you wish to invert |
Outputs
Type | Name | Description |
---|---|---|
transform | Return Value | The inverse of T. |