Navigation
API > API/Runtime > API/Runtime/Engine
Helper class used to share implementation for different InstancedStaticMeshComponent types
| Name | FInstancedStaticMeshComponentHelper |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/InstancedStaticMeshComponentHelper.h |
| Include Path | #include "InstancedStaticMeshComponentHelper.h" |
Syntax
class FInstancedStaticMeshComponentHelper
Classes
| Name | Remarks |
|---|---|
| FDummyStaticMeshInstanceBuffer | Dummy instance buffer used for PSO pre-caching. |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DummyStaticMeshInstanceBuffer | TGlobalResource< FDummyStaticMeshInstanceBuffer > | InstancedStaticMeshComponentHelper.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void CollectPSOPrecacheData
(
const T& Component, |
InstancedStaticMeshComponentHelper.h | ||
static bool DoCustomNavigableGeometryExport
(
const T& Component, |
InstancedStaticMeshComponentHelper.h | ||
static FBox GetInstanceNavigationBounds
(
const T& Component |
InstancedStaticMeshComponentHelper.h | ||
static void GetNavigationData
(
const T& Component, |
InstancedStaticMeshComponentHelper.h | ||
static void GetNavigationPerInstanceTransforms
(
const T& Component, |
InstancedStaticMeshComponentHelper.h |