Navigation
API > API/Plugins > API/Plugins/InstancedActors > API/Plugins/InstancedActors/UInstancedActorsComponent
References
| Module | InstancedActors |
| Header | /Engine/Plugins/Runtime/InstancedActors/Source/InstancedActors/Public/InstancedActorsComponent.h |
| Include | #include "InstancedActorsComponent.h" |
template<typename FragmentType>
void RemoveFragmentDeferred()
Remarks
If HasMassEntity(), removes FragmentType from this Instanced Actor's Mass entity, if present (no-op otherwise) Performed deferred using FMassCommandBuffer to safely add fragments, as Mass may currently be performing parallel processing.