UPersonaPreviewSceneController::AddPreviewControllerPropertyToDetails

Called when populating the preview scene settings details panel to allow customization of the controllers properties.

Windows
MacOS
Linux

References

Module

Persona

Header

/Engine/Source/Editor/Persona/Public/PersonaPreviewSceneController.h

Include

#include "PersonaPreviewSceneController.h"

Source

/Engine/Source/Editor/Persona/Private/PersonaPreviewSceneController.cpp

Syntax

virtual IDetailPropertyRow * AddPreviewControllerPropertyToDetails
(
    const TSharedRef< class IPersonaToolkit > & PersonaToolkit,
    IDetailLayoutBuilder & DetailBuilder,
    IDetailCategoryBuilder & Category,
    const FProperty * Property,
    const EPropertyLocation::Type PropertyLocation
)

Remarks

Called when populating the preview scene settings details panel to allow customization of the controllers properties.

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