BlueprintAPI > BlueprintAPI/Canvas
Performs a projection of a world space coordinates using the projection matrix set up for the Canvas.
Target is Canvas
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
vector | World Location | World space location to project onto the Canvas rendering plane. |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
vector | Return Value | Returns a vector where X, Y defines a screen space position representing the world space location. |