Jeux UEPIC GitHub

void ALightSwitchTrigger::ToggleLight()
{
    PointLight->ToggleVisibility();
}
Ill Impala