Class UUxtIconBrushEditorUtilityWidget
Inheritance
System::Object
UEditorUtilityWidget
UUxtIconBrushEditorUtilityWidget
Namespace:
Assembly: .dll
Syntax
public: class UUxtIconBrushEditorUtilityWidget
Fields
| Improve this Doc View SourceTabID
Gets unique identifier for the tab this EditorUtilityWidget was spawned into.
Declaration
protected: FName TabID
Field Value
Type | Description |
---|---|
FName |
Methods
| Improve this Doc View SourceGetIconBrushFont()
Gets the font associated with the UUxtIconBrush.
Declaration
protected: UFont * GetIconBrushFont() const
Returns
Type | Description |
---|---|
UFont * |
GetIconBrushString(FString &IconString)
Gets the string associated with the UUxtIconBrush.
Declaration
protected: bool GetIconBrushString(FString &IconString) const
Parameters
Type | Name | Description |
---|---|---|
FString & | IconString |
Returns
Type | Description |
---|---|
bool |
HasValidPropertyHandle()
Returns true if a non-null PropertyHandle is set.
Declaration
public: bool HasValidPropertyHandle() const
Returns
Type | Description |
---|---|
bool |
OnPropertyHandleChanged()
Event which triggers when the PropertyHandle is changed.
Declaration
protected: void OnPropertyHandleChanged()
SetIconBrushFont(const UFont *Font)
Sets the font associated with the UUxtIconBrush.
Declaration
protected: bool SetIconBrushFont(const UFont *Font)
Parameters
Type | Name | Description |
---|---|---|
const UFont * | Font |
Returns
Type | Description |
---|---|
bool |
SetIconBrushString(const FString &IconString)
Sets the string associated with the UUxtIconBrush.
Declaration
protected: bool SetIconBrushString(const FString &IconString)
Parameters
Type | Name | Description |
---|---|---|
const FString & | IconString |
Returns
Type | Description |
---|---|
bool |
SetPropertyHandle(TSharedRef<IPropertyHandle> InPropertyHandle)
Sets the property handle which will be queried and altered for FUxtIconBrush properties.
Declaration
public: void SetPropertyHandle(TSharedRef<IPropertyHandle> InPropertyHandle)
Parameters
Type | Name | Description |
---|---|---|
TSharedRef<IPropertyHandle> | InPropertyHandle |
SetTabID(FName ID)
Sets the unique identifier for the tab this EditorUtilityWidget was spawned into.
Declaration
public: void SetTabID(FName ID)
Parameters
Type | Name | Description |
---|---|---|
FName | ID |