LEAP Documentation
40220
Documentation for the LEAP project
ProjectXTutorialTextDataAsset.h
Go to the documentation of this file.
1
// Copyright Blue Isle Studios Inc 2018. All Rights Reserved.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "Engine/DataAsset.h"
7
#include "ProjectXTutorialTextDataAsset.generated.h"
8
9
USTRUCT(BlueprintType)
10
struct
FTutorialTextData
11
{
12
GENERATED_USTRUCT_BODY()
13
14
UPROPERTY(EditAnywhere, BlueprintReadOnly)
15
TArray<FText> TutorialTextData;
16
};
17
18
UCLASS(BlueprintType)
19
class
UProjectXTutorialTextDataAsset
: public UDataAsset
20
{
21
GENERATED_BODY()
22
23
public
:
24
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"Data"
)
25
FTutorialTextData
TutorialData;
26
};
UProjectXTutorialTextDataAsset
Definition:
ProjectXTutorialTextDataAsset.h:20
FTutorialTextData
Definition:
ProjectXTutorialTextDataAsset.h:11
E:
ProjectY
Source
ProjectX
Public
System
Data
ProjectXTutorialTextDataAsset.h
Generated by
1.9.4