FUNC_DECLARE_DELEGATE

This is used to add more flexibility to Post Processing, so that users can subscribe to any after Post Porocessing Pass events.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneViewExtension.h

Include

#include "SceneViewExtension.h"

Syntax

FUNC_DECLARE_DELEGATE
(
    FAfterPassCallbackDelegate,
    FScreenPassTexture,
    FRDGBuilder &,
    const FSceneView &,
    const FPostProcessMaterialInputs &
)

Remarks

This is used to add more flexibility to Post Processing, so that users can subscribe to any after Post Porocessing Pass events.

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