Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISceneViewExtension
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneViewExtension.h |
| Include | #include "SceneViewExtension.h" |
virtual void SubscribeToPostProcessingPass
(
EPostProcessingPass Pass,
FAfterPassCallbackDelegateArray & InOutPassCallbacks,
bool bIsPassEnabled
)
Remarks
This will be called at the beginning of post processing to make sure that each view extension gets a chance to subscribe to an after pass event.