FEdMode::GetPropertyWidgetInfos

Gets an array of property widget info structures for the given struct/class type for the given container.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EdMode.h

Include

#include "EdMode.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EdMode.cpp

Syntax

void GetPropertyWidgetInfos
(
    const UStruct * InStruct,
    const void * InContainer,
    TArray< FPropertyWidgetInfo > & OutInfos
) const

Remarks

Gets an array of property widget info structures for the given struct/class type for the given container.

Parameters

Parameter

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).

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