IPropertyTableColumn

Choose your operating system:

Windows

macOS

Linux

References

Module

PropertyEditor

Header

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

Include

#include "IPropertyTableColumn.h"

Syntax

class IPropertyTableColumn

Functions

Name Description

Public function Const

bool

 

CanSelectCells()

Public function Const

bool

 

CanSortBy()

Public function

TSharedRef< ...

 

GetCell

(
    const TSharedRef< class IPropertyTa...
)

Public function Const

TSharedRef< ...

 

GetDataSource()

Public function Const

FText

 

GetDisplayName()

Public function Const

FName

 

GetId()

Public function Const

TSharedRef< ...

 

GetPartialPath()

Public function

TSharedPtr< ...

 

GetPropertySorter

(
    FProperty* Property,
    EColumnSortMode::Type SortMode
)

Public function Const

EPropertyTab...

 

GetSizeMode()

Public function Const

TSharedRef< ...

 

GetTable()

Public function Const

float

 

GetWidth()

Public function Const

bool

 

IsFrozen()

Public function Const

bool

 

IsHidden()

Public function

FFrozenState...

 

OnFrozenStateChanged()

Public function

void

 

RemoveCellsForRow

(
    const TSharedRef< class IPropertyTa...
)

Public function

void

 

SetFrozen

(
    bool IsFrozen
)

Public function

void

 

SetHidden

(
    bool IsHidden
)

Public function

void

 

SetSizeMode

Public function

void

 

SetWidth

(
    float InWidth
)

Public function

void

 

Sort

(
    TArray< TSharedRef< class IProperty...,
    const EColumnSortMode::Type Primary...,
    const TSharedPtr< IPropertyTableCol...,
    const EColumnSortMode::Type Seconda...
)

Public function

void

 

Tick()

Tick the property column each frame

Classes

Name

Description

Public class

FFrozenStateChanged