Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Tools > API/Editor/UnrealEd/Tools/FLegacyEdModeWidgetHelper
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Tools/LegacyEdModeWidgetHelpers.h |
| Include | #include "Tools/LegacyEdModeWidgetHelpers.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Tools/LegacyEdModeWidgetHelpers.cpp |
void GetPropertyWidgetInfos
&40;
const UStruct &42; InStruct,
const void &42; InContainer,
TArray< FPropertyWidgetInfo > & OutInfos
&41; const
Remarks
Gets an array of property widget info structures for the given struct/class type for the given container.
Parameters
| Name | Description |
|---|---|
| InStruct | The type of structure/class to access widget info structures for. |
| InContainer | The container of the given type. |
| OutInfos | An array of widget info structures (output). |