DRG-Femboy-Voice/Source/FSDEngine/Public/MatrixWithExactSync.h
2025-04-15 12:39:31 -07:00

14 lines
297 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "MatrixWithExactSync.generated.h"
USTRUCT(BlueprintType)
struct FSDENGINE_API FMatrixWithExactSync {
GENERATED_BODY()
public:
UPROPERTY(EditAnywhere, meta=(AllowPrivateAccess=true))
float Values[16];
FMatrixWithExactSync();
};