Unused friend access transformer error
I keep getting
error : Unused friend access transformer AFGHoverpack -> FNoHoverPackDriftModule requested by NoHoverPackDrift
when trying to build but I'm certain it is in use. I'm also sure the spellings are correct. I don't know what else to try.Solution:Jump to solution
Gosh dangit, you were right. I was missing caps on the
Pack
. Does this really need to be case-sensitive?5 Replies
@Mircea is there anything I can do to debug this?
AFGHoverPack
But in terms of debugging, don't think there's any way to debug access transformers (except for adding console logs in the code)Solution
Gosh dangit, you were right. I was missing caps on the
Pack
. Does this really need to be case-sensitive?Yes, both casings can exist at the same time
Wild. Anyways, thanks for pointing out my blindspot