DAS Component
        Main Component of DAS plugin which manages AI logic while using system and stores data.
        Must be added to AI Pawn / Character to allow using Patrol / Action points and other features of DAS plugin.
    
        Don't use white signs ( space / tab ) in name of DAS Component
    
    AI with DAS Component must also implement DAS Interface.
This interface has only 1 function to get DASComponent which must be implemented by simply returning added component.
 
         
        