FFXSystemInterface::RegisterCustomFXSystem

Register a custom FX system implementation.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/FXSystem.h

Include

#include "FXSystem.h"

Source

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

Syntax

static void RegisterCustomFXSystem
(
    const FName & InterfaceName,
    const FCreateCustomFXSystemDelegate & InCreateDelegate
)

Remarks

Register a custom FX system implementation.

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