Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FISMComponentBatcher
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitComponent
(
UInstancedStaticMeshComponent* ISMComponent |
Initialize the instances of the provided instanced static mesh component using the batched data stored in this class. | ISMPartition/ISMComponentBatcher.h | |
void InitComponent
(
UInstancedSkinnedMeshComponent* ISMComponent |
Initialize the instances of the provided instanced skinned mesh component using the batched data stored in this class. | ISMPartition/ISMComponentBatcher.h |
InitComponent(UInstancedStaticMeshComponent *)
Description
Initialize the instances of the provided instanced static mesh component using the batched data stored in this class.
| Name | InitComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMComponentBatcher.h |
| Include Path | #include "ISMPartition/ISMComponentBatcher.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ISMPartition/ISMComponentBatcher.cpp |
void InitComponent
(
UInstancedStaticMeshComponent * ISMComponent
) const
Parameters
| Name | Remarks |
|---|---|
| ISMComponent | Instanced static mesh component which will be modified. |
InitComponent(UInstancedSkinnedMeshComponent *)
Description
Initialize the instances of the provided instanced skinned mesh component using the batched data stored in this class.
| Name | InitComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMComponentBatcher.h |
| Include Path | #include "ISMPartition/ISMComponentBatcher.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ISMPartition/ISMComponentBatcher.cpp |
void InitComponent
(
UInstancedSkinnedMeshComponent * ISMComponent
) const
Parameters
| Name | Remarks |
|---|---|
| ISMComponent | Instanced skinned mesh component which will be modified. |