Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UInstancedStaticMeshComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBoxSphereBounds CalcBoundsImpl
(
const FTransform& BoundTransform, |
Components/InstancedStaticMeshComponent.h | ||
FBoxSphereBounds CalcBoundsImpl
(
const FTransform& BoundTransform, |
Calculates bounds from all instances. | Components/InstancedStaticMeshComponent.h |
CalcBoundsImpl(const FTransform &, bool)
| Name | CalcBoundsImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InstancedStaticMeshComponent.h |
| Include Path | #include "Components/InstancedStaticMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.cpp |
FBoxSphereBounds CalcBoundsImpl
(
const FTransform & BoundTransform,
bool bForNavigation
) const
CalcBoundsImpl(const FTransform &, const FBox &)
Description
Calculates bounds from all instances.
| Name | CalcBoundsImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InstancedStaticMeshComponent.h |
| Include Path | #include "Components/InstancedStaticMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.cpp |
FBoxSphereBounds CalcBoundsImpl
(
const FTransform & BoundTransform,
const FBox & InstanceBounds
) const
Parameters
| Name | Remarks |
|---|---|
| BoundTransform | The bounds transform |
| InstanceBounds | The instance bounds |