FWorldPSCPool

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/WorldPSCPool.h

Include

#include "Particles/WorldPSCPool.h"

Syntax

struct FWorldPSCPool

Constructors

Name Description

Public function

FWorldPSCPool()

Destructors

Name Description

Public function

~FWorldPSCPool()

Functions

Name Description

Public function

void

 

Cleanup

(
    UWorld* World
)

Public function

UParticleSys...

 

CreateWorldParticleSystem

(
    UParticleSystem* Template,
    UWorld* World,
    EPSCPoolMethod PoolingMethod
)

Public function

void

 

Dump()

Dumps the current state of the pool to the log.

Public function

void

 

ReclaimWorldParticleSystem

(
    UParticleSystemComponent* PSC
)

Called when an in-use particle component is finished and wishes to be returned to the pool.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss