Navigation
| Name | ISMPool |
| Type | Runtime |
| Location | /Engine/Source/Runtime/Experimental/ISMPool/ |
| Module Build Rules | ISMPool.Build.cs |
Classes
| Name | Remarks |
|---|---|
| AISMPoolActor | |
| FISMPoolDebugDrawSceneProxy | |
| UISMPoolComponent | UISMPoolComponent. |
| UISMPoolDebugDrawComponent | |
| UISMPoolSubSystem | A subsystem managing ISMPool actors. |
Structs
| Name | Remarks |
|---|---|
| FISMPool | A pool of ISMs. |
| FISMPoolComponentDescription | A description for an ISM component. |
| FISMPoolInstanceGroups | Structure containing a set of allocated instance ranges in an FISMPoolMeshISM which is the manager for a single ISM component. |
| FISMPoolISM | Structure containting all info for a single ISM. |
| FISMPoolMeshGroup | A mesh group which is a collection of meshes and their related FISMPoolMeshInfo. |
| FISMPoolMeshInfo | Describes a group of instances within an ISM. |
| FISMPoolStaticMeshInstance | A mesh with potentially overriden materials and ISM property description. |
Constants
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetTypeHash
(
const FISMPoolComponentDescription& Desc |
ISMPool/ISMPoolComponent.h | ||
uint32 GetTypeHash
(
const FISMPoolStaticMeshInstance& MeshInstance |
ISMPool/ISMPoolComponent.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void DrawBoxAndChildren
(
FDebugRenderSceneProxy* DebugProxy, |