Navigation
API > API/Runtime > API/Runtime/Renderer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScreenTransform operator-
(
const FScreenTransform& AToB, |
|||
FScreenTransform operator-
(
const FScreenTransform& AToB, |
|||
FScreenTransform operator-
(
const FScreenTransform& AToB, |
operator-(const FScreenTransform &, const FVector2f &)
| Name | operator- |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
| Include Path | #include "ScreenPass.inl" |
FScreenTransform operator-
(
const FScreenTransform & AToB,
const FVector2f & Bias
)
operator-(const FScreenTransform &, const float &)
| Name | operator- |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
| Include Path | #include "ScreenPass.inl" |
FScreenTransform operator-
(
const FScreenTransform & AToB,
const float & Bias
)
operator-(const FScreenTransform &, const FIntPoint &)
| Name | operator- |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ScreenPass.inl |
| Include Path | #include "ScreenPass.inl" |
FScreenTransform operator-
(
const FScreenTransform & AToB,
const FIntPoint & Bias
)