unreal.UserToolBoxFunctionLibrary¶
- class unreal.UserToolBoxFunctionLibrary(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
BlueprintFunctionLibraryUser Tool Box Function Library
C++ Source:
Plugin: UserToolBoxCore
Module: UserToolBoxCore
File: UserToolBoxFunctionLibrary.h
- classmethod get_brush_by_id(name) SlateBrush¶
Get Brush by Id
- Parameters:
name (str)
- Return type:
- classmethod get_brush_by_style_and_id(style_name, id) SlateBrush¶
Get Brush by Style and Id
- Parameters:
- Return type: