Dragonsaur

World Scanner

World Scanner relies on two things in order to function, a BPI (Blueprint Interface) and an AC (Actor Component). The BPI(BPI_ScanInterface) is what gives us the ability to see if an actor is scanable or not. If it is, we call the ‘Scan’ function within the BPI. The AC(AC_ScanComp) is the one responsible of storing the specific details about the …

Read More »