Unreal Engine Blueprint API Reference > Math > Transform
Transform a direction vector by the supplied transform - will not change its length. For example, if T was an object's transform, this would transform a direction from local space to world space.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
transform | T | |
vector | Direction |
Outputs
Type | Name | Description |
---|---|---|
vector | Return Value | Transform a direction vector by the supplied transform - will not change its length.For example, if T was an object's transform, this would transform a direction from local space to world space. |