Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FParticleSystemSceneProxy
Description
Called to notify the proxy when its transform has been updated. Called in the thread that owns the proxy; game or rendering.
Virtual Inheritance
- FPrimitiveSceneProxy::OnTransformChanged → FParticleSystemSceneProxy::OnTransformChanged
| Name | OnTransformChanged |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ParticleSystemSceneProxy.h |
| Include Path | #include "ParticleSystemSceneProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ParticleSystemSceneProxy.cpp |
virtual void OnTransformChanged
(
FRHICommandListBase & RHICmdList
)