Skip to content

Commit 62b6915

Browse files
committed
Warning fix for USTRUCT inside namespace
1 parent 45bf899 commit 62b6915

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Source/PCGExtendedToolkit/Public/Topology/PCGExTopology.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ namespace PCGExTopology
475475
void Cleanup();
476476
};
477477

478-
USTRUCT(BlueprintType)
479478
struct PCGEXTENDEDTOOLKIT_API FCellData
480479
{
481480
int8 bIsValid = 0;
@@ -492,7 +491,7 @@ namespace PCGExTopology
492491
FCellData() = default;
493492
};
494493

495-
class FCell : public TSharedFromThis<FCell>
494+
class PCGEXTENDEDTOOLKIT_API FCell : public TSharedFromThis<FCell>
496495
{
497496
protected:
498497
int32 Sign = 0;

0 commit comments

Comments
 (0)