feat: More options on DS assets

This commit is contained in:
mrhid6
2024-11-12 13:45:38 +00:00
parent 36ef9be1bf
commit d4167cfd88
3 changed files with 45 additions and 7 deletions

View File

@@ -17,11 +17,11 @@ class REFINEDRDAPI_API URRDADataAssetDSAdapterCovers : public URRDADataAssetBase
GENERATED_BODY()
public:
/* The building class this adapter cover belongs to */
/* The building class these adapter covers belongs to */
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category="AdapterCovers")
TSubclassOf<AFGBuildableFactory> mBuildableClass;
/* The offsets to place the cover mesh from the buildings origin */
/* An array of covers to place on the buildable connections */
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category="AdapterCovers")
TArray<FRRDADSAdapterOffset> mConnectionOffsets;
TArray<FRRDADSAdapterCoverDetails> mCovers;
};