Aren’t you missing the UPROPERTY() macro before each property declaration? The reflection system will not recognize any variable not “marked” with this macro.
1 Like
Aren’t you missing the UPROPERTY() macro before each property declaration? The reflection system will not recognize any variable not “marked” with this macro.