Modify default light settings?

It looks like this can be modified in the /Engine/Source/Runtime/Engine/Classes/Engine/Light.h file which has the line:

    /** Function to change the mobility type of light
    void SetMobility(EComponentMobility::Type InMobility);

So would I set it like this?

    void SetMobility(EComponentMobility::Type::Movable InMobility);