Added Class data table
Can select class from hud debug button
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#include "ClassEnums.h"
|
||||
|
||||
#include "HealthSegmentStruct.generated.h"
|
||||
|
||||
USTRUCT(BlueprintType)
|
||||
struct FHealthSegment : public FTableRowBase
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Health Segments")
|
||||
ClassNames Class;
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Health Segments")
|
||||
TArray<int> SegmentList;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user