UParticleModule::IsPostLoadThreadSafe

Called during async load to determine if PostLoad can be called on the loading thread.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "Particles/ParticleModule.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp

Syntax

virtual bool IsPostLoadThreadSafe() const

Remarks

Called during async load to determine if PostLoad can be called on the loading thread.

Returns

true if this object's PostLoad is thread safe