Code: Select all
if (!defaults->lightassociations)
{
defaults->lightassociations = new TArray<FInternalLightAssociation*>;
}
Moderator: Graf Zahl
Code: Select all
if (!defaults->lightassociations)
{
defaults->lightassociations = new TArray<FInternalLightAssociation*>;
}