Derive Macro FNameContainer

Source
#[derive(FNameContainer)]
{
    // Attributes available to this derive:
    #[container_ignore]
    #[container_nobounds]
}
Expand description

FNameContainer derive macro

This derive macro is used to grab all FName’s inside of a struct and generate a function which can iterate over all of them mutably