FGuidStructCustomization

Implements a details panel customization for [FGuid](API\Runtime\Core\Misc\FGuid) structures.

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IPropertyTypeCustomization

FGuidStructCustomization

References

Module

DetailCustomizations

Header

/Engine/Source/Editor/DetailCustomizations/Public/GuidStructCustomization.h

Include

#include "GuidStructCustomization.h"

Syntax

class FGuidStructCustomization : public IPropertyTypeCustomization

Remarks

Implements a details panel customization for FGuid structures.

Functions

Name Description

Public function Static

TSharedRef< ...

 

MakeInstance()

Creates a new instance.

Protected function

void

 

SetGuidValue

(
    const FGuid& Guid
)

Sets the property's value.

Overridden from IPropertyTypeCustomization

Name Description

Public function Virtual

void

 

CustomizeChildren

(
    TSharedRef< class IPropertyHandle >...,
    IDetailChildrenBuilder& ChildBuild...,
    IPropertyTypeCustomizationUtils& C...
)

Called when the children of the property should be customized or extra rows added

Public function Virtual

void

 

CustomizeHeader

(
    TSharedRef< class IPropertyHandle >...,
    FDetailWidgetRow& HeaderRow,
    IPropertyTypeCustomizationUtils& C...
)

Called when the header of the property (the row in the details panel where the property is shown) If nothing is added to the row, the header is not displayed

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