-
Notifications
You must be signed in to change notification settings - Fork 718
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/* | ||
* Tencent is pleased to support the open source community by making Puerts available. | ||
* Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. | ||
* Puerts is licensed under the BSD 3-Clause License, except for the third-party components listed in the file 'LICENSE' which may | ||
* be subject to their corresponding license terms. This file is subject to the terms and conditions defined in file 'LICENSE', | ||
* which is part of this source code package. | ||
*/ | ||
|
||
#pragma once | ||
|
||
#include "CoreMinimal.h" | ||
#include "Binding.hpp" | ||
#include "UEDataBinding.hpp" | ||
|
||
UsingUStruct(FBox2D); | ||
UsingUStruct(FVector2D); | ||
UsingUStruct(FLinearColor); | ||
UsingUStruct(FColor); | ||
UsingUStruct(FVector); | ||
UsingUStruct(FGuid); | ||
UsingUStruct(FIntPoint); | ||
UsingUStruct(FIntVector); | ||
UsingUStruct(FQuat); | ||
UsingUStruct(FRotator); | ||
UsingUStruct(FTransform); | ||
UsingUStruct(FVector4); | ||
UsingCppType(ScalarRegister); | ||
UsingUStruct(FPlane); |