feat: Cleanup classes
This commit is contained in:
parent
4aa2b4ccb0
commit
36ef9be1bf
@ -33,8 +33,7 @@ public:
|
|||||||
UPROPERTY( meta=(NoAutoJson = true) )
|
UPROPERTY( meta=(NoAutoJson = true) )
|
||||||
bool mOverrideNetworkConnectionTransform = false;
|
bool mOverrideNetworkConnectionTransform = false;
|
||||||
|
|
||||||
/* By default the adapter will use the Power Connection Components Transform
|
/* By default the adapter will use the Power Connection Components transform for the Network Connection Component transform. Override this and manually set the transform
|
||||||
* Override this and manually set the transform
|
|
||||||
*/
|
*/
|
||||||
UPROPERTY( EditDefaultsOnly, BlueprintReadOnly, Category = "ModAdapter", meta = ( EditCondition = mOverrideNetworkConnectionTransform ) )
|
UPROPERTY( EditDefaultsOnly, BlueprintReadOnly, Category = "ModAdapter", meta = ( EditCondition = mOverrideNetworkConnectionTransform ) )
|
||||||
FTransform mNetworkConnectionRelativeTransform;
|
FTransform mNetworkConnectionRelativeTransform;
|
||||||
|
@ -5,12 +5,12 @@
|
|||||||
#include "RRDADSStructs.generated.h"
|
#include "RRDADSStructs.generated.h"
|
||||||
|
|
||||||
|
|
||||||
USTRUCT( BlueprintType )
|
USTRUCT(BlueprintType)
|
||||||
struct REFINEDRDAPI_API FRRDADSAdapterOffset
|
struct REFINEDRDAPI_API FRRDADSAdapterOffset
|
||||||
{
|
{
|
||||||
GENERATED_BODY()
|
GENERATED_BODY()
|
||||||
public:
|
|
||||||
|
|
||||||
|
public:
|
||||||
/* The relative transform from the buildings origin */
|
/* The relative transform from the buildings origin */
|
||||||
UPROPERTY(EditDefaultsOnly)
|
UPROPERTY(EditDefaultsOnly)
|
||||||
FTransform mRelativeTransform;
|
FTransform mRelativeTransform;
|
||||||
@ -20,10 +20,11 @@ public:
|
|||||||
bool bIsConveyor = true;
|
bool bIsConveyor = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
USTRUCT( BlueprintType )
|
USTRUCT(BlueprintType)
|
||||||
struct REFINEDRDAPI_API FRRDADSModAdapterInventoryAccess
|
struct REFINEDRDAPI_API FRRDADSModAdapterInventoryAccess
|
||||||
{
|
{
|
||||||
GENERATED_BODY()
|
GENERATED_BODY()
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/* The Inventory Name to search for */
|
/* The Inventory Name to search for */
|
||||||
UPROPERTY(EditDefaultsOnly)
|
UPROPERTY(EditDefaultsOnly)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user