unreal.UserToolBoxFunctionLibrary

class unreal.UserToolBoxFunctionLibrary(outer: Object | None = None, name: Name | str = 'None')

Bases: BlueprintFunctionLibrary

User Tool Box Function Library

C++ Source:

  • Plugin: UserToolBoxCore

  • Module: UserToolBoxCore

  • File: UserToolBoxFunctionLibrary.h

classmethod get_all_slate_style() Array[Name]

Get All Slate Style

Return type:

Array[Name]

classmethod get_brush_by_id(name) SlateBrush

Get Brush by Id

Parameters:

name (str) –

Return type:

SlateBrush

classmethod get_brush_by_style_and_id(style_name, id) SlateBrush

Get Brush by Style and Id

Parameters:
Return type:

SlateBrush