Navigation
API > API/Plugins > API/Plugins/Text3D
Text3D Style Set used to store multiple reusable styles
| |
|
| Name |
UText3DStyleSet |
| Type |
class |
| Header File |
/Engine/Plugins/VirtualProduction/Text3D/Source/Text3D/Public/Styles/Text3DStyleSet.h |
| Include Path |
#include "Styles/Text3DStyleSet.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="Text3D Style Set", AutoExpandCategories=(Style))
class UText3DStyleSet : public UObject
Inheritance Hierarchy
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FOnStyleSetUpdated |
TMulticastDelegate_OneParam< void, UText3DStyleSet * > |
|
Styles/Text3DStyleSet.h |
Constants
| Name |
Type |
Remarks |
Include Path |
| OnStyleSetUpdatedDelegate |
FOnStyleSetUpdated |
|
Styles/Text3DStyleSet.h |
Functions
Public
Protected
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void OnStyleSetPropertiesChanged()
|
|
Styles/Text3DStyleSet.h |
|
Overridden from UObject
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static FOnStyleSetUpdated::RegistrationType & OnStyleSetUpdated()
|
|
Styles/Text3DStyleSet.h |
|