UParticleModuleEventReceiverBase::WillProcessParticleEvent

Is the module interested in events of the given type?

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverBase.h

Include

#include "Particles/Event/ParticleModuleEventReceiverBase.h"

Syntax

virtual bool WillProcessParticleEvent
(
    EParticleEventType InEventType
)

Remarks

Is the module interested in events of the given type?

Returns

bool true if interested.

Parameters

Parameter

Description

InEventType

The event type to check

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