You've already forked LuckyWorld
Organize some structures
This commit is contained in:
@ -645,3 +645,29 @@ public:
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
bool RandomTexture;
|
||||
};
|
||||
|
||||
USTRUCT(BlueprintType)
|
||||
struct FAllTransformCapture
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
public:
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
FTransform Position;
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
FString Name;
|
||||
};
|
||||
|
||||
USTRUCT(BlueprintType)
|
||||
struct FPipeType
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
public:
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
bool IsOpen;
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
FTransform Transform;
|
||||
};
|
Reference in New Issue
Block a user