FPropertyEditorModule::RegisterStructOnScopeProperty

Register a floating struct on scope so that the details panel may use it as a property

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h

Include

#include "PropertyEditorModule.h"

Source

/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp

Syntax

virtual FStructProperty * RegisterStructOnScopeProperty
(
    TSharedRef< FStructOnScope > StructOnScope
)

Remarks

Register a floating struct on scope so that the details panel may use it as a property

Returns

The struct property that may may be associated with the details panel

Parameters

Parameter

Description

StructOnScope

The struct to register

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