FMobilityCustomization::GenerateHeaderRowContent

Called to generate content in the header of this node ( the actual node content ).

Unreal Engine C++ API Reference > Editor > DetailCustomizations > Customizations > FMobilityCustomization

References

   
Module DetailCustomizations
Header /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MobilityCustomization.h
Include #include "Customizations/MobilityCustomization.h"
Source /Engine/Source/Editor/DetailCustomizations/Private/MobilityCustomization.cpp
virtual void GenerateHeaderRowContent
(
    [FDetailWidgetRow](API\Editor\PropertyEditor\FDetailWidgetRow) & NodeRow
)

Remarks

Called to generate content in the header of this node ( the actual node content ). Only called if HasHeaderRow is true

Parameters

Name Description
NodeRow The row to put content in

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library