ICurveEditorModule::UnregisterView

Unregister a previously registered view type

Unreal Engine C++ API Reference > Editor > CurveEditor > ICurveEditorModule

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/ICurveEditorModule.h
Include #include "ICurveEditorModule.h"
void UnregisterView
(
    ECurveEditorViewID InViewID
)

Remarks

Unregister a previously registered view type

Parameters

Name Description
InViewID The view ID obtained from calling RegisterCustomView. Must be >= ECurveEditorViewID::CUSTOM_START

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library