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
&40;
const TArray< TComponentClass &42; > & InComponents,
TFunctionRef< FTransform(const FTransform &)> InTransformFunc
&41;
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. |