Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISMPartition > API/Runtime/Engine/ISMPartition/FISMComponentBatcher > API/Runtime/Engine/ISMPartition/FISMComponentBatcher/Add
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMComponentBatcher.h |
| Include | #include "ISMPartition/ISMComponentBatcher.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ISMPartition/ISMComponentBatcher.cpp |
void Add
&40;
const UActorComponent &42; InActorComponent,
TFunctionRef< FTransform(const FTransform &)> InTransformFunc
&41;
Remarks
Add a single component to be batched
Parameters
| Name | Description |
|---|---|
| InActorComponent | Component to be batched |
| InTransformFunc | Function that takes the world space transform of an instance and modifies it. Must return a world space transform. |