обновы какие то

This commit is contained in:
2024-07-02 18:54:36 +05:00
parent 87bcdc6242
commit f8cb05c514
175 changed files with 317 additions and 131 deletions
@@ -0,0 +1,22 @@
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/RichTextBlock.h"
#include "RichTextBlockPerc.generated.h"
/**
*
*/
UCLASS(MinimalAPI)
class URichTextBlockPerc : public URichTextBlock
{
GENERATED_BODY()
UFUNCTION(BlueprintCallable, Category = "Appearance")
void setLineHeightPercentage(float newPerc);
};