Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraComponent
Warnings * This is called concurrently on multiple threads (but never the same component concurrently)
- UActorComponent::DestroyRenderState_Concurrent()
- UPrimitiveComponent::DestroyRenderState_Concurrent()
- UNiagaraComponent::DestroyRenderState_Concurrent()
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h |
| Include | #include "NiagaraComponent.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.cpp |
virtual void DestroyRenderState_Concurrent&40;&41;
Remarks
Used to shut down any rendering thread structure for this component
This is called concurrently on multiple threads (but never the same component concurrently)