Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISMPartition > API/Runtime/Engine/ISMPartition/FISMComponentBatcher > API/Runtime/Engine/ISMPartition/FISMComponentBatcher/Append
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMComponentBatcher.h |
| Include | #include "ISMPartition/ISMComponentBatcher.h" |
template<typename TComponentClass, typename>
void Append
(
const TArray < TComponentClass * > & InComponents,
TFunctionRef < FTransform &)> InTransformFunc
)
Remarks
Add an array of components to be batched
Parameters
| Name | Description |
|---|---|
| InComponents | Components to be batched |
| InTransformFunc | Function that takes the world space transform of an instance and modifies it. Must return a world space transform. |