Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRenderBounds
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRenderBounds TransformBy
(
const FMatrix44f& M |
Gets a bounding volume transformed by a matrix. | RenderTransform.h | |
FRenderBounds TransformBy
(
const FMatrix44d& M |
RenderTransform.h | ||
FRenderBounds TransformBy
(
const FRenderTransform& T |
Gets a bounding volume transformed by a render transform. | RenderTransform.h |
TransformBy(const FMatrix44f &)
Description
Gets a bounding volume transformed by a matrix.
| Name | TransformBy |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderTransform.h |
| Include Path | #include "RenderTransform.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderTransform.cpp |
FRenderBounds TransformBy
(
const FMatrix44f & M
) const
The transformed volume.
Parameters
| Name | Remarks |
|---|---|
| M | The matrix. |
TransformBy(const FMatrix44d &)
| Name | TransformBy |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderTransform.h |
| Include Path | #include "RenderTransform.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderTransform.cpp |
FRenderBounds TransformBy
(
const FMatrix44d & M
) const
TransformBy(const FRenderTransform &)
Description
Gets a bounding volume transformed by a render transform.
| Name | TransformBy |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderTransform.h |
| Include Path | #include "RenderTransform.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderTransform.cpp |
FRenderBounds TransformBy
(
const FRenderTransform & T
) const
The transformed volume.
Parameters
| Name | Remarks |
|---|---|
| T | The render transform. |